CommandBarComboBoxClass.Parent Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Parent As CommandBar
Get
'Usage
Dim instance As CommandBarComboBoxClass
Dim value As CommandBar
value = instance.Parent
public virtual CommandBar Parent { get; }
Property Value
Type: Microsoft.Office.Core.CommandBar