_Document.GrammarChecked Property

Definition

Determines if a grammar check has been run on the specified range or document.

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

Property Value

Remarks

This property returns True if a grammar check has been run on the specified range or document, and False if some of the specified range or document hasn't been checked for grammar. Set the property value to True or False to enable or disable the functionality.

To recheck the grammar in a range or document, set the GrammarChecked property to False.

Applies to