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