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

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

public System.Windows.Forms.Control FindItem(Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem ribbonItem);
Public Sub FindItem(ByVal ribbonItem  As Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem) As System.Windows.Forms.Control

Parameters

Parameter Description
ribbonItem Specifies the identifier of the requested control.

Return Value

The requested control, if found. Otherwise null.

Further Reading

Learn more about the TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.FindItem Method in the Text Control Blog: