'Declaration
Public Overloads Sub CheckControlAsync( _ ByVal editor As Object, _ ByVal fromCursor As Boolean, _ ByVal dlg As ISpellDialog _ )
public void CheckControlAsync( object editor, bool fromCursor, ISpellDialog dlg )
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.
- dlg
- Dialog that implements the ISpellDialog interface used for displaying and correcting errors.