Invokes the built-in dialog box for checking incorrect or misspelled (TXText
public void Show();
public void Show(Proofing.Dictionary suggestionDictionary);
public void Show(object textControl);
public void Show(object textControl, Proofing.Dictionary suggestionDictionary);
Parameter | Description |
---|---|
suggestion |
Specifies the dictionary used for creating suggestions. This parameter is only useful, if more than one dictionary has been added to the spellchecker's dictionary collection. |
text |
Specifies the object of type TXText |