Finds a control that has the provided Ribbon
public System.Windows.Forms.Control FindItem(Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem ribbonItem);Public Sub FindItem(ByVal ribbonItem As Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem) As System.Windows.Forms.Control| Parameter | Description |
|---|---|
| ribbon |
Specifies the identifier of the requested control. |
The requested control, if found. Otherwise null.