RibbonManager 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.
Manages the Ribbon customizations that are created by using the Ribbon Designer in an Office project.
public interface class RibbonManager : IDisposable, Microsoft::Office::Core::IRibbonExtensibility, System::Reflection::IReflect
[System.Runtime.InteropServices.Guid("011958aa-068d-4bab-804f-b4b4243dfb59")]
public interface RibbonManager : IDisposable, Microsoft.Office.Core.IRibbonExtensibility, System.Reflection.IReflect
[<System.Runtime.InteropServices.Guid("011958aa-068d-4bab-804f-b4b4243dfb59")>]
type RibbonManager = interface
interface IRibbonExtensibility
interface IReflect
interface IDisposable
Public Interface RibbonManager
Implements IDisposable, IReflect, IRibbonExtensibility
- Attributes
- Implements
Remarks
Note
This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview.
Usage
This documentation describes the version of this type that is used in Office projects that target the .NET Framework 4 or later. In projects that target the .NET Framework 3.5, this type might have different members and the code examples provided for this type might not work. For documentation about this type in projects that target the .NET Framework 3.5, see the following reference section in the Visual Studio 2008 documentation: http://go.microsoft.com/fwlink/?LinkId=160658.