CommandBarPopup::CommandBar Property
Visual Studio 2015
Gets the command bar owned by this control.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610940416)]
property CommandBar^ CommandBar {
[DispIdAttribute(1610940416)]
CommandBar^ get();
}
Property Value
Type: Microsoft.VisualStudio.CommandBars::CommandBar^The command bar owned by this control. If there is no existing command bar, this property creates one.
Show: