CommandBarButtonClass.BeginGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this control is the first in its group.
public:
virtual property bool BeginGroup { bool get(); void set(bool value); };
public:
virtual property bool BeginGroup { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610874880)]
public virtual bool BeginGroup { [System.Runtime.InteropServices.DispId(1610874880)] get; [System.Runtime.InteropServices.DispId(1610874880)] set; }
[<System.Runtime.InteropServices.DispId(1610874880)>]
[<get: System.Runtime.InteropServices.DispId(1610874880)>]
[<set: System.Runtime.InteropServices.DispId(1610874880)>]
member this.BeginGroup : bool with get, set
Public Overridable Property BeginGroup As Boolean
Property Value
true
if the control is preceded by a command group separator, otherwise false
.
Implements
- Attributes