'Declaration
Public Overloads Sub CheckControlAsync( _ ByVal editor As Object, _ ByVal fromCursor As Boolean _ )
public void CheckControlAsync( object editor, bool fromCursor )
Parameters
- editor
- Object that contains the text to be spell-checked.
- fromCursor
- Whether to check only from the cursor position or the entire control contents.