Share via


CommandBar.Parent Property

Definition

Gets the parent of this command bar.

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public:
 property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610874898)]
public object Parent { [System.Runtime.InteropServices.DispId(1610874898)] get; }
[<System.Runtime.InteropServices.DispId(1610874898)>]
[<get: System.Runtime.InteropServices.DispId(1610874898)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

Property Value

If there is a parent command bar, returns the command bar, otherwise returns the DTE object.

Attributes

Applies to