SpellAsYouType Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether spell check as you type is enabled.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public virtual bool SpellAsYouType { get; set; }
Visual Basic
Public Overridable Property SpellAsYouType As Boolean
	Get
	Set
Visual C++
public:
virtual property bool SpellAsYouType {
	bool get ();
	void set (bool value);
}

Field 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