BCGControlBar Library for .NET
Group Property (ToolbarButton)




Specifies Category name in Customize dialog. The button will appear under this Category.
Syntax
'Declaration
 
Public Property Group As String
'Usage
 
Dim instance As ToolbarButton
Dim value As String
 
instance.Group = value
 
value = instance.Group
public string Group {get; set;}
public: __property string* get_Group();
public: __property void set_Group( 
   string* value
);
public:
property String^ Group {
   String^ get();
   void set (    String^ 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

ToolbarButton Class
ToolbarButton Members

Send Feedback