AutoCorrect.CorrectInitialCaps Property
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."
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CorrectInitialCaps As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.CorrectInitialCaps
instance.CorrectInitialCaps = value
bool CorrectInitialCaps { get; set; }
Property Value
Type: System.Boolean