BCGControlBar Library for .NET
AddCategoryItem() Method




Creates and adds new CategoryItem object into the CategoryItems collection of the CategoryPanel.
Syntax
'Declaration
 
Public Function AddCategoryItem() As CategoryItem
'Usage
 
Dim instance As CategoryPanel
Dim value As CategoryItem
 
value = instance.AddCategoryItem()
public CategoryItem AddCategoryItem()
public: CategoryItem* AddCategoryItem(); 
public:
CategoryItem^ AddCategoryItem(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryPanel Class
CategoryPanel Members

Send Feedback