RibbonMenu Properties

Include Protected Members
Include Inherited Members

The RibbonMenu type exposes the following members.

Properties

  Name Description
Public property ControlSize Gets or sets the size of the menu.
Public property Description Gets or sets the text that appears on the current menu.
Public property Dynamic Gets or sets a value that indicates whether the menu can be modified at run time.
Public property Enabled Gets or sets a value that indicates whether this RibbonControl is enabled. (Inherited from RibbonControl.)
Public property Id Gets a string that Microsoft Office uses to identify this RibbonControl object. (Inherited from RibbonControl.)
Public property Image Gets or sets the image that is displayed on the menu.
Public property ImageName Gets or sets the name that you can use in the LoadImage event handler to identify an image for the menu.
Public property Items Gets the collection of controls that are on the menu.
Public property ItemSize Gets or sets the size of the controls on the menu.
Public property KeyTip Gets or sets the keyboard access key of the menu.
Public property Label Gets or sets the text that is displayed by the menu.
Public property Name Gets or sets the name of this RibbonComponent. (Inherited from RibbonComponent.)
Public property OfficeImageId Gets or sets the image to display on the menu, if you want to use a built-in Microsoft Office icon.
Public property Parent Gets a RibbonComponent that represents the parent of this RibbonComponent. (Inherited from RibbonComponent.)
Public property Position Gets or sets the position of the menu, if the menu is on the Microsoft Office Menu.
Public property Ribbon Gets the top-level Ribbon object that contains the control hierarchy. (Inherited from RibbonComponent.)
Public property RibbonUI Infrastructure. Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code. (Inherited from RibbonComponent.)
Public property ScreenTip Gets or sets tip text that appears when the user moves the pointer over the menu.
Public property ShowImage Gets or sets a value that indicates whether the image that is associated with the menu is visible.
Public property ShowLabel Gets or sets a value that indicates whether the label for the menu is visible.
Public property Site Gets or sets the ISite associated with the IComponent. (Inherited from IComponent.)
Public property SuperTip Gets or sets multiline tip text that appears when the user moves the pointer over the menu.
Public property Tag Gets or sets application-specific data that is associated with this RibbonComponent. (Inherited from RibbonComponent.)
Public property Title Gets or sets the title that is displayed when the user expands a menu that is added to the Microsoft Office Menu.
Public property Visible Gets or sets a value that indicates whether this RibbonControl is visible. (Inherited from RibbonControl.)

Top

See Also

Reference

RibbonMenu Interface

Microsoft.Office.Tools.Ribbon Namespace