UltimateSpell Class Library

UltimateSpell.SpellWaitPeriod Property

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

[Visual Basic]
Overridable Public Property SpellWaitPeriod As Integer
[C#]
public virtual int SpellWaitPeriod {get; set;}

Property 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

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace