Click or drag to resize
RibbonCustomActionRemoveRibbonElement Method
Removes ribbon element with specified id (it can be control, control group, tab, whatever..)

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public void RemoveRibbonElement(
	string controlId
)

Parameters

controlId
Type: SystemString
Id of control, which will be deleted
See Also