Share via


CommandBarPopup.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 CommandBarPopup
Dim value As Boolean

value = instance.BeginGroup

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

Property Value

Type: System.Boolean

Implements

CommandBarControl.BeginGroup

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 appear.

See Also

Reference

CommandBarPopup Interface

CommandBarPopup Members

BeginGroup Overload

Microsoft.Office.Core Namespace