AutoCorrect.CorrectKeyboardSetting Property
Returns or sets a value that indicates if Microsoft Word automatically transposes words to their native alphabet if you type text in a language other than the current keyboard language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CorrectKeyboardSetting As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.CorrectKeyboardSetting
instance.CorrectKeyboardSetting = value
bool CorrectKeyboardSetting { get; set; }
Property Value
Type: System.Boolean
Remarks
The CheckLanguage property must be set to True in order to use the CorrectKeyboardSetting property.
For more information on using Word with multiple languages, see Microsoft Word help.