_Application.Keyboard(Int32) Method
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.
Returns or sets the keyboard language and layout settings.
public int Keyboard (int LangId = 0);
abstract member Keyboard : int -> int
Public Function Keyboard (Optional LangId As Integer = 0) As Integer
Parameters
- LangId
- Int32
Optional Integer. The language and layout combination to which Microsoft Word sets the keyboard. If this argument is omitted, the method returns the current language and layout setting.
Returns
Remarks
Microsoft Windows tracks keyboard language and layout settings using a variable type called an input language handle, often referred to as an HKL. The low word of the handle is a language ID, and the high word is a handle to a keyboard layout.