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