AutoCorrect.CorrectInitialCaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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