Expand Minimize
This topic has not yet been rated - Rate this topic

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

bool EnableMisusedWordsDictionary {get; set;}
public boolean get_EnableMisusedWordsDictionary();
public void set_EnableMisusedWordsDictionary(boolean);
function get EnableMisusedWordsDictionary() : Boolean;
function set EnableMisusedWordsDictionary(Boolean);

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.


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

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.