Click or drag to resize
RibbonCustomActionAddTab Method
Registers custom ribbon tab for a list at specified SPWeb.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public void AddTab(
	TabDefinition tabDefinition
)

Parameters

tabDefinition
Type: FluentRibbon.DefinitionsTabDefinition
Definition of the ribbon tab.
See Also