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