Click or drag to resize
RibbonController Class
Manage local ribbon customizations (i.e. this affects only current page, and customizations are not stored anywhere, unlike custom actions approach)
Inheritance Hierarchy
SystemObject
  FluentRibbonRibbonController

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public class RibbonController

The RibbonController type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddRibbonTabToPage
Add ribbon tab to the specified page
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Singleton instance of RibbonController class
Top
See Also