CheckControlAsync Method (ISpellChecker)
In This Topic
Shows a spell-checking dialog for an editor control.
Syntax
'Declaration
Sub CheckControlAsync( _
ByVal As Object _
)
void CheckControlAsync(
object
)
Parameters
- editor
- Object that contains the text to be spell-checked.
See Also