Share via


CommandBarButtonClass.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 CommandBarButtonClass
Dim value As CommandBar

value = instance.Parent
public virtual CommandBar Parent { get; }

Property Value

Type: Microsoft.Office.Core.CommandBar

Implements

_CommandBarButton.Parent

See Also

Reference

CommandBarButtonClass Class

CommandBarButtonClass Members

Microsoft.Office.Core Namespace