CommandBarButtonClass::BeginGroup Property

 

Determines whether this control is the first in its group.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610874880)]
property bool BeginGroup {
	[DispIdAttribute(1610874880)]
	virtual bool get();
	[DispIdAttribute(1610874880)]
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the control is preceded by a command group separator, otherwise false.

Return to top
Show: