IRibbonExtension Interface
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.
Represents an extension of a OfficeRibbon object.
public interface class IRibbonExtension : IDisposable, Microsoft::Office::Tools::IExtension
[System.Runtime.InteropServices.Guid("EBFD1E8E-CCED-4E54-9DE9-D8E1E445FC2D")]
public interface IRibbonExtension : IDisposable, Microsoft.Office.Tools.IExtension
[<System.Runtime.InteropServices.Guid("EBFD1E8E-CCED-4E54-9DE9-D8E1E445FC2D")>]
type IRibbonExtension = interface
interface IExtension
interface IDisposable
Public Interface IRibbonExtension
Implements IDisposable, IExtension
- Derived
- Attributes
- Implements
Remarks
The IRibbonExtension interface is implemented by the RibbonBase class. This is the base class of the class that Visual Studio generates in your project when you add a Ribbon (Visual Designer) item to an Office project in Visual Studio.
Properties
ExtensionBase |
Gets the object that is being extended by this IExtension. (Inherited from IExtension) |