Class CategoryListCollection

Collection of categories

System.Object
  System.Collections.ArrayList
    EPS.Windows.Forms.OfficeControls.CategoryListCollection

public class CategoryListCollection : ArrayList

Class Members

MemberDescription
Constructor
Add Adds a new item to the categories
public CategoryListItem Add( string name,
string displayText );

public CategoryListItem Add( string name,
string displayText,
Icon largeIcon,
Icon smallIcon );

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

Requirements

Namespace: EPS.Windows.Forms.OfficeControls
Assembly: OFFICECONTROLS.DLL


  Last Updated: 5/23/2007 | © , 2007