CommandBarPopup.BeginGroup Property

Definition

Determines whether this control is the first in its group.

public:
 property bool BeginGroup { bool get(); void set(bool value); };
public:
 property bool BeginGroup { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610874880)]
public 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 Property BeginGroup As Boolean

Property Value

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

Implements

Attributes

Applies to