Click or drag to resize
RibbonControlGetTabDefinition Method
Provide ribbon tab definition.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
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