Share via


AutoCorrect.OtherCorrectionsAutoAdd Property 

Returns or sets a value that indicates whether to add words to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim autoCorrect1 As AutoCorrect

Dim returnValue As Boolean
returnValue = autoCorrect1.OtherCorrectionsAutoAdd

Dim sampleValue As Boolean
autoCorrect1.OtherCorrectionsAutoAdd = sampleValue

Syntax

Property OtherCorrectionsAutoAdd() As Boolean
bool OtherCorrectionsAutoAdd {get; set;}
property Boolean OtherCorrectionsAutoAdd{
    Boolean get();
    Void set(Boolean);
}
public boolean get_OtherCorrectionsAutoAdd();
public void set_OtherCorrectionsAutoAdd(boolean);
function get OtherCorrectionsAutoAdd() : Boolean;
function set OtherCorrectionsAutoAdd(Boolean);

Remarks

The AutoCorrect Exceptions dialog box is located in the Tools menu. Click AutoCorrect Options, then click the AutoCorrect tab, and then click the Exceptions button.

Microsoft Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct.

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

AutoCorrect Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

AutoCorrect Members