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