| Member | Description |
|---|---|
Constructor |
|
Add |
Adds a new item to the categories public CategoryListItem Add( string name, string displayText ); public CategoryListItem Add( string name, |
Contains |
Checks whether this collection contains the specified item public bool Contains( CategoryListItem category ); |
CopyTo |
Copies all the elements of the collection to an array public void CopyTo( CategoryListItem[] array, int arrayIndex ); |
IndexOf |
Returns the index of the item public int IndexOf( CategoryListItem category ); |
Insert |
Inserts a new category into the list public void Insert( int index, CategoryListItem category ); |
Remove |
Removes a category from the list public void Remove( CategoryListItem category ); |
UnHighlightAll |
For internal use only public void UnHighlightAll(); |
UnselectAll |
For internal use only public void UnselectAll(); |
Item |