RibbonCustomActionRemoveRibbonElement Method |
Removes ribbon element with specified id (it can be control, control group, tab, whatever..)
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public void RemoveRibbonElement(
string controlId
)
Parameters
- controlId
- Type: SystemString
Id of control, which will be deleted
See Also