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