AutoCorrect.ReplaceTextFromSpellingChecker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a value that indicates whether to automatically replace misspelled text with suggestions from the spelling checker as the user types.
public:
property bool ReplaceTextFromSpellingChecker { bool get(); void set(bool value); };
public bool ReplaceTextFromSpellingChecker { get; set; }
member this.ReplaceTextFromSpellingChecker : bool with get, set
Public Property ReplaceTextFromSpellingChecker As Boolean
Property Value
Remarks
Microsoft Word only replaces words that contain a single misspelling and for which the spelling dictionary only lists one alternative.