Indicates if the defined item should start a group on the menu or toolbar.
[Visual Basic .NET]
Public WriteOnly Property Group
[C#] public void Group {set;}
[C++]
HRESULT put_Group(
VARIANT_BOOL
);
[C++]Parameters
[in] is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Use True for Group if the item is to be the first item in a group on the toolbar or menu; a separator bar will be placed to the left of the item. Use False, the default, for Group if the item does not start a group.