Finds a control that has the provided identifier name.

FindItem(ThesaurusDialog.DialogItem)

public System.Windows.Forms.Control FindItem(ThesaurusDialog.DialogItem dialogItem);

Parameters

Parameter Description
dialogItem The name of the requested control represented by an enum of type ThesaurusDialog.DialogItem.

Return Value

The requested control if found. Otherwise null.