UltimateSpell Class Library

UltimateSpell.SpellAsYouType Property

Gets or sets a value that indicates whether spell check as you type is enabled.

[Visual Basic]
Overridable Public Property SpellAsYouType As Boolean
[C#]
public virtual bool SpellAsYouType {get; set;}

Property Value

true if spell check as you type is enabled; otherwise, false. The default value is false.

Remarks

Use this property to enable spell check as you type. This feature is supported by IE only.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace