Finds a control that has the provided identifier name.
public System.Windows.Forms.Control FindItem(ThesaurusDialog.DialogItem dialogItem);Public Sub FindItem(ByVal dialogItem As ThesaurusDialog.DialogItem) As System.Windows.Forms.Control| Parameter | Description |
|---|---|
| dialog |
The name of the requested control represented by an enum of type Thesaurus |
The requested control if found. Otherwise null.