Microsoft.Office.Tools.Common.v4.0.Utilities Provides the base class for the ThisAddIn class in application-level add-ins that you create by using Visual Studio. Gets the object that this object extends. The object that this object extends. Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface. An object that implements the Microsoft.Office.Core.IRibbonExtensibility interface. Returns an array of objects to the method. The objects represent the Ribbons to display at run time. An array of objects that represent the Ribbons to display at run time. Returns . Releases the resources used by the . Returns . Returns . Returns . Returns . Returns . Returns . Returns . Returns an object in your add-in that can be used by other solutions. An object that you want to expose to other solutions. Returns an object that extends a feature in a Microsoft Office application. An object that implements the extensibility interface that is identified by . A that identifies an extensibility interface that is supported by Microsoft Office applications. Occurs when the add-in is about to be unloaded. Occurs when the add-in is loaded, after all the initialization code in the assembly has run. Serves as the base class for Microsoft Office Ribbon customizations. Initializes a new instance of the class. Gets the object that this object extends. The object that this object extends. Occurs when this instance is closing. Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon. An that represents the Inspector window or Explorer window that is associated with this object. Releases the unmanaged resources used by the class and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. Gets or sets the Ribbon factory that is associated with this . An object that implements the interface. Gets or sets a value that determines whether this can be used in multiple contexts simultaneously. true if this object is shared among multiple contexts; otherwise, false. The default is true. Occurs when the is loaded into the Microsoft Office application. Occurs when the loads, if the ImageName property is set for one or more controls. Gets or sets the name of this . A string that contains the name of this . Gets a that represents the Microsoft Office Menu customization. A that represents the Microsoft Office Menu customization. Gets a that represents the parent of the of this . A that represents the parent of the of this . Calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl method of the parent control if the of the has a dynamic parent, such as a dynamic menu, and layout is not suspended. Refreshes the Ribbon user interface. Reverses the effect of the method. Reverses the effect of the method. true to call the method. false to enable UI refreshes without calling . Gets the Ribbon ID that was used to create this instance of the class. The Ribbon ID that was used to create this instance of the class. Gets a comma-separated list of Ribbon IDs that are associated with this instance. A comma-separated list of Ribbon IDs that are associated with this instance. Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code. The IRibbonUI instance that is provided by the Office application to the Ribbon extensibility code. 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. true if the Ribbon displays only the customizations that are defined in this Ribbon item; otherwise, false. The default is false. Prevents the Microsoft Office application from refreshing the state of controls on the Ribbon. Gets a collection of objects in the . A collection of objects in the . Gets or sets application-specific data that is associated with this . An System.Object that represents application-specific data that is associated with this . Provides access to the objects in a Ribbon customization. Gets a of objects in the . A of objects in the .