AutoCorrect.ReplaceTextFromSpellingChecker Property

Definition

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.

Applies to