UltimateSpell Class Library

UltimateSpell.AutoCorrect Property

Gets or sets a value that indicates whether auto correct is enabled.

[Visual Basic]
Overridable Public Property AutoCorrect As Boolean
[C#]
public virtual bool AutoCorrect {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 auto correct. This feature can be used only when spell as you type is enabled. When auto correct is enabled, a mistyped word will automatically be replaced with the correct word if there is only one suggestion.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace