CommandBarsClass.ActiveMenuBar 属性

定义

获取当前处于活动状态的菜单栏。

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

属性值

CommandBar

CommandBar当前处于活动状态的。

实现

属性

适用于