SpellWaitPeriod Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the wait period in milliseconds before sending a spell check request to server when SpellAsYouType is enabled.

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

Syntax

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

Field Value

The default value is 300 milliseconds.

Remarks

Use this property to set the wait period in milliseconds before sending a spell check request to server when SpellAsYouType is enabled.

See Also