_CommandBarButton::BeginGroup Property
Visual Studio 2015
Determines whether this control is the first in its group.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610874880)] property bool BeginGroup { [DispIdAttribute(1610874880)] bool get(); [DispIdAttribute(1610874880)] void set(bool value); }
Property Value
Type: System::Booleantrue if the control is preceded by a command group separator, otherwise false.
Implements
CommandBarControl::BeginGroup
Show: