Options.CheckSpellingAsYouType Property

Definition

True if Microsoft Word checks spelling and marks errors automatically as you type.

public:
 property bool CheckSpellingAsYouType { bool get(); void set(bool value); };
public bool CheckSpellingAsYouType { get; set; }
member this.CheckSpellingAsYouType : bool with get, set
Public Property CheckSpellingAsYouType As Boolean

Property Value

Remarks

This property marks spelling errors, but to see them on the screen, you must set the ShowSpellingErrors property to True.

Applies to