_Document.ShowGrammaticalErrors Property

Definition

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.

Applies to