Click or drag to resize
RibbonControl Class

This base class simplifies creation of Delegate Control with custom ribbon tab.

You need to inherit your user control from this class, to use the functionality. Also, you should override the GetTabDefinition method and provide ribbon tab definition, using TabDefinition class.

Inheritance Hierarchy

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

The RibbonControl type exposes the following members.

Methods
  NameDescription
Public methodGetTabDefinition
Provide ribbon tab definition.
Top
Properties
  NameDescription
Public propertyDisplayTab
Tab needs to be displayed. If false, tab will not be renderred.
Top
See Also