Share via


_CommandBarButton.BeginGroup Property

Returns or sets a value that indicates 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 _CommandBarButton
Dim value As Boolean

value = instance.BeginGroup

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

Property Value

Type: System.Boolean

Implements

CommandBarControl.BeginGroup

See Also

Reference

_CommandBarButton Interface

_CommandBarButton Members

BeginGroup Overload

Microsoft.Office.Core Namespace