Finds a control that has the provided RibbonPermissionsTab.RibbonItem identifier.

FindItem(Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem ribbonItem);

Parameters

Parameter Description
ribbonItem Specifies the identifier of the requested control.

Return Value

The requested control, if found. Otherwise null.