AutoCorrect.OtherCorrectionsAutoAdd Property

Definition

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.

public:
 property bool OtherCorrectionsAutoAdd { bool get(); void set(bool value); };
public bool OtherCorrectionsAutoAdd { get; set; }
member this.OtherCorrectionsAutoAdd : bool with get, set
Public Property OtherCorrectionsAutoAdd 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.

Applies to