RibbonManager Class
Represents the main ribbon class.
Inheritance Hierarchy
System.Object
Microsoft.Office.BusinessApplications.Runtime.RibbonManager
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Class RibbonManager _
Implements IRibbonExtensibility
'Usage
Dim instance As RibbonManager
[ComVisibleAttribute(true)]
public class RibbonManager : IRibbonExtensibility
Remarks
This class enables you to derive from and override or enhance the ribbon-related functionality.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.