Invokes the built-in dialog box for checking incorrect or misspelled (TXText
public void Show(System.Windows.Window owner);Public Sub Show(owner AS System.Windows.Window)public void Show(System.Windows.Window owner, Proofing.Dictionary suggestionDictionary);Public Sub Show(owner AS System.Windows.Window, suggestionDictionary As Proofing.Dictionary)public void Show(object textControl);Public Sub Show(textControl As Object)public void Show(object textControl, Proofing.Dictionary suggestionDictionary);Public Sub Show(textControl As Object, suggestionDictionary As Proofing.Dictionary)| Parameter | Description |
|---|---|
| owner | Any object that implements System. |
| suggestion |
Specifies the dictionary used for creating suggestions. This parameter is only useful, if more than one dictionary is added to the spellchecker's dictionary collection. |
| text |
Specifies the object of type TXText |