CommandBarsClass::ActiveMenuBar Property

 

Gets the menu bar that is currently active.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610809345)]
property CommandBar^ ActiveMenuBar {
	[DispIdAttribute(1610809345)]
	virtual CommandBar^ get();
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::CommandBar^

The CommandBar that is currently active.

Return to top
Show: