CommandBarComboBoxClass.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 CommandBarComboBoxClass
Dim value As Boolean
value = instance.BeginGroup
instance.BeginGroup = value
public virtual bool BeginGroup { get; set; }
Property Value
Type: System.Boolean
Implements
_CommandBarComboBox.BeginGroup