AutoCorrect.CorrectInitialCaps Property

Definition

Returns or sets a value that indicates if Microsoft Word automatically makes the second letter lowercase if the first two letters of a word are typed in uppercase. For example, "WOrd" is corrected to "Word."

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

Property Value

Applies to