AutoCorrect.FirstLetterAutoAdd Property

Definition

Returns or sets a value that indicates if Microsoft Word automatically adds abbreviations to the list of AutoCorrect First Letter exceptions.

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

Property Value

Remarks

Word adds an abbreviation to this list if you delete and then retype the letter that Word capitalized immediately after the period following the abbreviation.

Applies to