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)

Usage

Dim options1 As Options

Dim returnValue As Boolean
returnValue = options1.EnableMisusedWordsDictionary

Dim sampleValue As Boolean
options1.EnableMisusedWordsDictionary = sampleValue

Syntax

Property EnableMisusedWordsDictionary() As Boolean
bool EnableMisusedWordsDictionary {get; set;}
property Boolean EnableMisusedWordsDictionary{
    Boolean get();
    Void set(Boolean);
}
public boolean get_EnableMisusedWordsDictionary();
public void set_EnableMisusedWordsDictionary(boolean);
function get EnableMisusedWordsDictionary() : Boolean;
function set EnableMisusedWordsDictionary(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members