CommandBarControl.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- Attributes