CommandBarPopup.Parent Property

Definition

Gets the parent command bar.

public:
 property Microsoft::VisualStudio::CommandBars::CommandBar ^ Parent { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
public:
 property Microsoft::VisualStudio::CommandBars::CommandBar ^ Parent { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
[System.Runtime.InteropServices.DispId(1610874908)]
public Microsoft.VisualStudio.CommandBars.CommandBar Parent { [System.Runtime.InteropServices.DispId(1610874908)] get; }
[<System.Runtime.InteropServices.DispId(1610874908)>]
[<get: System.Runtime.InteropServices.DispId(1610874908)>]
member this.Parent : Microsoft.VisualStudio.CommandBars.CommandBar
Public ReadOnly Property Parent As CommandBar

Property Value

The parent CommandBar.

Implements

Attributes

Applies to