CommandBarControl.BeginGroup Property

Definition

Determines if the specified command bar control appears at the beginning of a group of controls on the command bar.

public:
 property bool BeginGroup { bool get(); void set(bool value); };
public bool BeginGroup { get; set; }
member this.BeginGroup : bool with get, set
Public Property BeginGroup As Boolean

Property Value

Remarks

This property returns True if the specified command bar control appears at the beginning of a group of controls on the command bar; False if it does not.

Applies to