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.
Namespace: FluentRibbon
public abstract class RibbonControl : UserControl
The RibbonControl type exposes the following members.
Name | Description | |
---|---|---|
GetTabDefinition |
Provide ribbon tab definition.
|
Name | Description | |
---|---|---|
DisplayTab |
Tab needs to be displayed. If false, tab will not be renderred.
|