SpellCheckerCheckText Method |
Performs the actual spellchecking. It will be automatically called by the Errors property accessor.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic SpellCheckErrors CheckText()
Public Function CheckText As SpellCheckErrors
public:
SpellCheckErrors^ CheckText()
member CheckText : unit -> SpellCheckErrors
Return Value
Type:
SpellCheckErrorsSpellCheckErrors -- a collection with all the errors found.
See Also