CommandBarsClass.ActiveMenuBar 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 menu bar that is currently active.
public:
virtual property Microsoft::VisualStudio::CommandBars::CommandBar ^ ActiveMenuBar { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
public:
virtual property Microsoft::VisualStudio::CommandBars::CommandBar ^ ActiveMenuBar { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
[System.Runtime.InteropServices.DispId(1610809345)]
public virtual Microsoft.VisualStudio.CommandBars.CommandBar ActiveMenuBar { [System.Runtime.InteropServices.DispId(1610809345)] get; }
[<System.Runtime.InteropServices.DispId(1610809345)>]
[<get: System.Runtime.InteropServices.DispId(1610809345)>]
member this.ActiveMenuBar : Microsoft.VisualStudio.CommandBars.CommandBar
Public Overridable ReadOnly Property ActiveMenuBar As CommandBar
Property Value
The CommandBar that is currently active.
Implements
- Attributes