The Thesaurus
Each item of the dialog box has a name, available through its Name property, which corresponds with a member of the Thesaurus
To use this dialog the Text
public class ThesaurusDialog : System.Windows.Forms.FormPublic Class ThesaurusDialog
Inherits System.Windows.Forms.Form Introduced: X15.
The following example creates a Thesaurus
TXTextControl.ThesaurusDialog dlg = new TXTextControl.ThesaurusDialog(textControl1);
dlg.ShowDialog();Dim dlg As New TXTextControl.ThesaurusDialog(textControl1)
dlg.ShowDialog()| Constructor | Description |
|---|---|
| Thesaurus |
Creates a Thesaurus |
| Enumeration | Description |
|---|---|
| Dialog |
Each Dialog |
| Method | Description |
|---|---|
| Find |
Finds a control that has the provided identifier name. |