Options.CheckSpellingAsYouType 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.
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.