HangulAndAlphabetAutoAdd Property

HangulAndAlphabetAutoAdd Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

True if Microsoft Word automatically adds words to the list of Hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box (on the Tools menu, click AutoCorrect Options, then click the AutoCorrect tab, and then click the Exceptions button). Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct. Read/write Boolean.

expression.HangulAndAlphabetAutoAdd

expression   Required. An expression that returns an AutoCorrect object.

Remarks

For more information on using Word with Asian languages, see Word features for Asian languages.

Example

This example sets Microsoft Word to automatically add words to the list of hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box.

  AutoCorrect.HangulAndAlphabetAutoAdd = True