Share via


CommandBarControl.BeginGroup Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property BeginGroup As Boolean
    Get
    Set
'Usage
Dim instance As CommandBarControl
Dim value As Boolean

value = instance.BeginGroup

instance.BeginGroup = value
bool BeginGroup { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

CommandBarControl Interface

CommandBarControl Members

Microsoft.Office.Core Namespace