Removes a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator from this collection.

Remove(System.Windows.Forms.Control)

public void Remove(System.Windows.Forms.Control item);
Public Sub Remove(ByVal item As System.Windows.Forms.Control)

Parameters

Parameter Description
item The control to be removed from this collection.