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
Public Class RibbonManager _
    Implements IRibbonExtensibility
'Usage
Dim instance As RibbonManager
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.

See also

Reference

RibbonManager members

Microsoft.Office.BusinessApplications.Runtime namespace