Options.AutoKeyboardSwitching 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.
True if Microsoft Word automatically switches the keyboard language to match what you’re typing at any given time.
public:
property bool AutoKeyboardSwitching { bool get(); void set(bool value); };
public bool AutoKeyboardSwitching { get; set; }
member this.AutoKeyboardSwitching : bool with get, set
Public Property AutoKeyboardSwitching As Boolean
Property Value
Remarks
To use this property, you must have the CheckLanguage property set to True.