OfficeRibbon.OfficeMenu 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.
Gets a RibbonOfficeMenu that represents the Microsoft Office Menu customization.
public:
property Microsoft::Office::Tools::Ribbon::RibbonOfficeMenu ^ OfficeMenu { Microsoft::Office::Tools::Ribbon::RibbonOfficeMenu ^ get(); };
public Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu OfficeMenu { get; }
member this.OfficeMenu : Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu
Public ReadOnly Property OfficeMenu As RibbonOfficeMenu
Property Value
A RibbonOfficeMenu that represents the Microsoft Office Menu customization.
Remarks
The Microsoft Office Menu is the menu that opens when you click the Microsoft Office Button. You can add controls to the Microsoft Office Menu only by using the Ribbon Designer. For more information, see How to: Add Controls to the Backstage View.
You can access a read-only collection of Ribbon controls in the Microsoft Office Menu customization at run time by using the Items property of the OfficeMenu instance that is exposed by the RibbonOfficeMenu property.