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


ICommandItem.Group Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandItem Interface > ICommandItem.Group Property
ArcGIS Developer Help

ICommandItem.Group Property

Indicates if this command item begins a menu or toolbar group.

[Visual Basic .NET]
Public Property Group As Boolean
[C#]
public bool Group {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

If Group is set to True, the command item is the first item in a group on a toolbar or menu. There will be a separator bar to the left of the command item. If Group is set to False, the command item does not have a separator bar to the left of it.

See Also

ICommandItem Interface