_CommandBars::ActiveMenuBar Property
Visual Studio 2015
Gets the menu bar that is currently active.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610809345)]
property CommandBar^ ActiveMenuBar {
[DispIdAttribute(1610809345)]
CommandBar^ get();
}
Property Value
Type: Microsoft.VisualStudio.CommandBars::CommandBar^The CommandBar that is currently active.
Show: