RibbonCustomActionAddControl Method |
Adds control to existing control group
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public void AddControl(
ControlDefinition controlDefinition,
string controlGroupId,
int controlSequence
)
Parameters
- controlDefinition
- Type: FluentRibbon.DefinitionsControlDefinition
Definition of ribbon control. - controlGroupId
- Type: SystemString
Id of a control group, where the control will be inserted into. For example: "Ribbon.ListItem.New" - controlSequence
- Type: SystemInt32
Sequence value for this control to position it inside the group.
See Also