Share via


CommandBarButtonClass.BeginGroup Property

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

Syntax

'Declaration
Public Overridable Property BeginGroup As Boolean
    Get
    Set
'Usage
Dim instance As CommandBarButtonClass
Dim value As Boolean

value = instance.BeginGroup

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

Property Value

Type: System.Boolean

Implements

_CommandBarButton.BeginGroup

See Also

Reference

CommandBarButtonClass Class

CommandBarButtonClass Members

Microsoft.Office.Core Namespace