SpellCheckerErrors Property |
The errors after the last spellcheck. The getter method will call
CheckText automatically if the text has not been checked yet.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic SpellCheckErrors Errors { get; }
Public ReadOnly Property Errors As SpellCheckErrors
Get
public:
property SpellCheckErrors^ Errors {
SpellCheckErrors^ get ();
}
member Errors : SpellCheckErrors with get
Property Value
Type:
SpellCheckErrorsSpellCheckErrors
See Also