CommandBarsClass.ActiveMenuBar Property

Definition

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

Applies to