RibbonBase Properties

Include Protected Members
Include Inherited Members

The RibbonBase type exposes the following members.

Properties

  Name Description
Public property Base Gets the RibbonBase object that this RibbonBase object extends.
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event. (Inherited from Component.)
Public property Container Gets the IContainer that contains the Component. (Inherited from Component.)
Public property Context Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon.
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Protected property Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public property Factory Gets or sets the Ribbon factory that is associated with this RibbonBase.
Public property Global Gets or sets a value that determines whether this RibbonBase can be used in multiple contexts simultaneously.
Public property Name Gets or sets the name of this RibbonBase.
Public property OfficeMenu Gets a RibbonOfficeMenu that represents the Microsoft Office Menu customization.
Public property Parent Gets a RibbonComponent that represents the parent of the RibbonComponent of this RibbonBase.
Public property RibbonId Gets the Ribbon ID that was used to create this instance of the RibbonBase class.
Public property RibbonType Gets a comma-separated list of Ribbon IDs that are associated with this RibbonBase instance.
Public property RibbonUI Infrastructure. Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code.
Public property Site Gets or sets the ISite of the Component. (Inherited from Component.)
Public property StartFromScratch Gets or sets a value that indicates whether to hide all built-in tabs on the Ribbon and most commands on the Microsoft Office Menu and display only the customizations that are defined in this Ribbon item.
Public property Tabs Gets a collection of RibbonTab objects in the RibbonOfficeMenu.
Public property Tag Gets or sets application-specific data that is associated with this RibbonBase.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IExtension.ExtensionBase Infrastructure.

Top

See Also

Reference

RibbonBase Class

Microsoft.Office.Tools.Ribbon Namespace