RibbonCustomActionReplaceControl Method |
Replaces control with custom one.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public void ReplaceControl(
ControlDefinition controlDefinition,
string controlId,
int controlSequence
)
Parameters
- controlDefinition
- Type: FluentRibbon.DefinitionsControlDefinition
Definition of ribbon control. - controlId
- Type: SystemString
Id of the old control, which will be replaced - controlSequence
- Type: SystemInt32
Sequence value for this control to position it inside the group.
See Also