| Member | Description |
|---|---|
Constructor |
Constructor |
AddCategory |
This method can be used to add new categories (often user controls) public bool AddCategory( IApplicationCategory category ); public bool AddCategory( IApplicationCategory category, |
SelectCategory |
Selects the category specified by its index public void SelectCategory( int index ); public void SelectCategory( CategoryListItem category ); |
Dock |
Docking setting that indicates which borders of the control are docked to its container. |
MaximumInitialCategoryCount |
Maximum number of categories to show before the user resizes them manually. |