AutoCorrect.HangulAndAlphabetAutoAdd Property

Definition

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.

public:
 property bool HangulAndAlphabetAutoAdd { bool get(); void set(bool value); };
public bool HangulAndAlphabetAutoAdd { get; set; }
member this.HangulAndAlphabetAutoAdd : bool with get, set
Public Property HangulAndAlphabetAutoAdd As Boolean

Property Value

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.

Applies to