'Declaration Public Overloads Function CheckControl( _ ByVal editor As System.Windows.Forms.TextBoxBase, _ ByVal fromCursor As System.Boolean, _ ByVal dlg As ISpellDialog _ ) As System.Integer
public System.int CheckControl( System.Windows.Forms.TextBoxBase editor, System.bool fromCursor, ISpellDialog dlg )
Parameters
- editor
- System.Windows.Forms.TextBoxBase control 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.
Return Value
The number of errors found, -1 if the dialog was canceled.