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)

Syntax

'Declaration
Property HangulAndAlphabetAutoAdd As Boolean
    Get
    Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean

value = instance.HangulAndAlphabetAutoAdd

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

Property Value

Type: System.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.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace