RibbonControlGetTabDefinition Method |
Provide ribbon tab definition.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public abstract TabDefinition GetTabDefinition()
Return Value
Type:
TabDefinition
If you return null here, tab will not be shown.
Otherwise, the ribbon tab is created and activated when the page is displayed.
See Also