Invokes the built-in dialog box for checking incorrect or misspelled (TXText
public void Show();
Public Sub Show()
public void Show(Proofing.Dictionary suggestionDictionary);
Public Sub Show(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 |
---|---|
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 |