Invokes the built-in dialog box for checking incorrect or misspelled (TXText
public void Show(System.Windows.Window owner);
public void Show(System.Windows.Window owner, Proofing.Dictionary suggestionDictionary);
public void Show(object textControl);
public void Show(object textControl, Proofing.Dictionary suggestionDictionary);
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 |