RibbonBase Class
Serves as the base class for Microsoft Office Ribbon customizations.
Assembly: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.Office.Tools.Ribbon::RibbonBase
| Name | Description | |
|---|---|---|
![]() | RibbonBase(RibbonFactory^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RibbonBase class. |
| Name | Description | |
|---|---|---|
![]() | Base | Gets the RibbonBase object that this RibbonBase object extends. |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Container | (Inherited from Component.) |
![]() | Context | Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon. |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | Factory | Gets or sets the Ribbon factory that is associated with this RibbonBase. |
![]() | Global | Gets or sets a value that determines whether this RibbonBase can be used in multiple contexts simultaneously. |
![]() | Name | Gets or sets the name of this RibbonBase. |
![]() | OfficeMenu | Gets a RibbonOfficeMenu that represents the Microsoft Office Menu customization. |
![]() | Parent | Gets a RibbonComponent that represents the parent of the RibbonComponent of this RibbonBase. |
![]() | RibbonId | Gets the Ribbon ID that was used to create this instance of the RibbonBase class. |
![]() | RibbonType | Gets a comma-separated list of Ribbon IDs that are associated with this RibbonBase instance. |
![]() | RibbonUI | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code. |
![]() | Site | (Inherited from Component.) |
![]() | 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. |
![]() | Tabs | Gets a collection of RibbonTab objects in the RibbonOfficeMenu. |
![]() | Tag | Gets or sets application-specific data that is associated with this RibbonBase. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the RibbonBase class and optionally releases the managed resources. (Overrides Component::Dispose(Boolean).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Component.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | (Inherited from Component.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | PerformDynamicLayout() | Calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl method of the parent control if the RibbonComponent of the RibbonBase has a dynamic parent, such as a dynamic menu, and layout is not suspended. |
![]() | PerformLayout() | Refreshes the Ribbon user interface. |
![]() | ResumeLayout() | Reverses the effect of the SuspendLayout method. |
![]() | ResumeLayout(Boolean) | Reverses the effect of the SuspendLayout method. |
![]() | SuspendLayout() | Prevents the Microsoft Office application from refreshing the state of controls on the Ribbon. |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IExtension::ExtensionBase |
When you add a new Ribbon (Visual Designer) item to an Office project, Visual Studio adds a Ribbon class that inherits from RibbonBase to the project. RibbonBase contains methods and properties that are common to all Ribbon classes. For more information, see Ribbon Designer.
Some properties of RibbonBase can be set only before the Ribbon is loaded into the Office application. For information about setting these properties, see Ribbon Object Model Overview.
This type is used only in Office projects that target the .NET Framework 4 or later. The assembly that defines this type is not part of the Visual Studio Tools for Office runtime. You must deploy this assembly with your solution. For more information, see Assemblies in the Visual Studio Tools for Office Runtime.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






