Gets or sets a value that indicates whether auto correct is enabled.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public bool AutoCorrect { get; set; } |
Visual Basic |
---|
Public Property AutoCorrect As Boolean Get Set |
Visual C++ |
---|
public: property bool AutoCorrect { bool get (); void set (bool value); } |
Field Value
true if auto correct is enabled; otherwise, false. The default value is false.Remarks
Use this property to enable auto correct.
When auto correct is enabled, a misspelled word will automatically be replaced with the correct word
if spell as you type is enabled and there is only one suggestion.
You can customize your list of auto corrections in a text file such as en-US.auto under the same dictionary folder
to specify one suggestion per each misspelled word.
If there is a match with the misspelled word in this file, only the corresponding suggestion will be returned
without doing any further spell checking.