RibbonCustomActionAddControlGroup Method |
Registers custom ribbon controls group for a list at specified SPWeb.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public void AddControlGroup(
GroupDefinition groupDefinition,
string tabId,
int sequence
)
Parameters
- groupDefinition
- Type: FluentRibbon.DefinitionsGroupDefinition
Definition of the ribbon group. - tabId
- Type: SystemString
Id of parent tab for this group. For example, it could be "Ribbon.ListItem". - sequence
- Type: SystemInt32
Sequence for the group, for positioning it within the tab.
See Also