_Document.ShowGrammaticalErrors 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.
Determines if grammatical errors are marked by a wavy green line in the specified document.
public:
property bool ShowGrammaticalErrors { bool get(); void set(bool value); };
public bool ShowGrammaticalErrors { get; set; }
member this.ShowGrammaticalErrors : bool with get, set
Public Property ShowGrammaticalErrors As Boolean
Property Value
Remarks
This property returns True if grammatical errors are marked by a wavy green line in the specified document, and False if not. Set the property value to True or False to enable or disable the functionality.
To view grammatical errors in your document, you must set the CheckGrammarAsYouType property to True.