This document is archived and information here might be outdated.  Recommended version.


IItemDef.Group Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > II > IItemDef Interface > IItemDef.Group Property
ArcGIS Developer Help

IItemDef.Group Property

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 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.

See Also

IItemDef Interface