_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.
Returns a CommandBar object that represents the active menu bar in the container application.
public:
property Microsoft::Office::Core::CommandBar ^ ActiveMenuBar { Microsoft::Office::Core::CommandBar ^ get(); };
public Microsoft.Office.Core.CommandBar ActiveMenuBar { get; }
member this.ActiveMenuBar : Microsoft.Office.Core.CommandBar
Public ReadOnly Property ActiveMenuBar As CommandBar