BCGControlBar Library for .NET
GroupIndexInCategoryList Property (ToolbarMenuButton)




Syntax
'Declaration
 
Public Property GroupIndexInCategoryList As Integer
'Usage
 
Dim instance As ToolbarMenuButton
Dim value As Integer
 
instance.GroupIndexInCategoryList = value
 
value = instance.GroupIndexInCategoryList
public int GroupIndexInCategoryList {get; set;}
public: __property int get_GroupIndexInCategoryList();
public: __property void set_GroupIndexInCategoryList( 
   int value
);
public:
property int GroupIndexInCategoryList {
   int get();
   void set (    int value);
}
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

ToolbarMenuButton Class
ToolbarMenuButton Members

Send Feedback