Options.EnableMisusedWordsDictionary Property

True if Microsoft Word checks for misused words when checking the spelling and grammar in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property EnableMisusedWordsDictionary As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.EnableMisusedWordsDictionary

instance.EnableMisusedWordsDictionary = value
bool EnableMisusedWordsDictionary { get; set; }

Property Value

Type: System.Boolean

Remarks

Word looks for the following when checking for misused words: incorrect usage of adjectives and adverbs, comparatives and superlatives, "like" as a conjunction, "nor" versus "or," "what" versus "which," "who" versus "whom," units of measurement, conjunctions, prepositions, and pronouns.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace