AutoCorrect.HangulAndAlphabetAutoAdd Property 

Returns or sets a value that indicates whether to automatically add words to the list of Hangul and alphabet AutoCorrect exceptions on the Korean 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.HangulAndAlphabetAutoAdd

Dim sampleValue As Boolean
autoCorrect1.HangulAndAlphabetAutoAdd = sampleValue

Syntax

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

For more information on using Word with Asian languages, see Microsoft Word help.

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