CheckControl Method (C1SpellChecker)
In This Topic
Shows a spell-checking dialog for an editor and returns the number of spelling errors found.
Overload List
Overload | Description |
CheckControl(TextBoxBase,Boolean,ISpellDialog) | Shows a spell-checking dialog for an editor, returns the number of spelling errors found. |
CheckControl(TextBoxBase,Boolean) | Shows a spell-checking dialog for an editor, returns the number of spelling errors found. |
CheckControl(TextBoxBase) | Shows a spell-checking dialog for an editor, returns the number of spelling errors found. |
CheckControl(WebBrowser) | Shows a spell-checking dialog for a browser, returns the number of spelling errors found. |
CheckControl(WebBrowser,Boolean) | Shows a spell-checking dialog for a browser, returns the number of spelling errors found. |
CheckControl(WebBrowser,Boolean,ISpellDialog) | Shows a spell-checking dialog for a browser, returns the number of spelling errors found. |
CheckControl(Control,Object) | Shows a spell-checking dialog for a control which supports the IHtmlDocument2 interface, returns the number of spelling errors found. |
CheckControl(Control,Object,Boolean) | Shows a spell-checking dialog for a control which supports the IHtmlDocument2 interface, returns the number of spelling errors found. |
CheckControl(Control,Object,Boolean,ISpellDialog) | Shows a spell-checking dialog for a control which supports the IHtmlDocument2 interface, returns the number of spelling errors found. |
See Also