AutoCorrect.TwoInitialCapsAutoAdd Property

Definition

Returns or sets a value that indicates whether to automatically add words to the list of AutoCorrect Initial Caps exceptions.

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

Property Value

Remarks

A word is added to this list if you delete and then retype the uppercase letter (following the initial uppercase letter) that Microsoft Word changed to lowercase.

Applies to