Options.AutoKeyboardSwitching Property

Definition

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.

Applies to