The Thesaurus
Each item of the dialog box has a name, available through its Name property, which corresponds with a member of the WPF.
To use this dialog the Text
public class ThesaurusDialog : System.Windows.WindowPublic Class ThesaurusDialog
Inherits System.Windows.Window Introduced: X15.
The following examples creates an Thesaurus
TXTextControl.WPF.ThesaurusDialog dlg = new TXTextControl.WPF.ThesaurusDialog(textControl1);
dlg.ShowDialog();Dim dlg As New TXTextControl.WPF.ThesaurusDialog(textControl1)
dlg.ShowDialog()| Constructor | Description |
|---|---|
| Thesaurus |
Creates a Thesaurus |
| Enumeration | Description |
|---|---|
| Dialog |
Each Dialog |