KaxSpellSpellChecked Property |
Gets a value indicating if the target control has been spellchecked.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool SpellChecked { get; }
Public ReadOnly Property SpellChecked As Boolean
Get
public:
property bool SpellChecked {
bool get ();
}
member SpellChecked : bool with get
Property Value
Type:
Boolean
RemarksSpellchecking the entire text by the client would set the property to
true on postback.
The property is used by the SpellCheckValidator class. You can set it on the
client side with KaxSpell's SetSpellChecked(false) on various events, say a
TEXTAREA's OnChange.
See Also