_CommandBars.ActiveMenuBar Property
Returns a CommandBar object that represents the active menu bar in the container application.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property ActiveMenuBar As CommandBar
Get
'Usage
Dim instance As _CommandBars
Dim value As CommandBar
value = instance.ActiveMenuBar
CommandBar ActiveMenuBar { get; }
Property Value
Type: Microsoft.Office.Core.CommandBar