Options.AutoKeyboardSwitching Property
True if Microsoft Word automatically switches the keyboard language to match what you’re typing at any given time.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoKeyboardSwitching As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoKeyboardSwitching
instance.AutoKeyboardSwitching = value
bool AutoKeyboardSwitching { get; set; }
Property Value
Type: System.Boolean
Remarks
To use this property, you must have the CheckLanguage property set to True.