UtilKeyboardActiveKeyboardLayout Property
Gets the active input locale identifier (formerly called the keyboard layout) for the current thread.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IntPtr ActiveKeyboardLayout { get; }
Public Shared ReadOnly Property ActiveKeyboardLayout As IntPtr
Get
Dim value As IntPtr
value = UtilKeyboard.ActiveKeyboardLayout
public:
static property IntPtr ActiveKeyboardLayout {
IntPtr get ();
}
static member ActiveKeyboardLayout : IntPtr with get
No code example is currently available or this language may not be supported.
Property Value
IntPtr
The active input locale identifier (formerly called the keyboard layout) for the current thread.
This is a code example.
No code example is currently available or this language may not be supported.
Dim kbdLayout As IntPtr = ActiveKeyboardLayout()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.