UtilKeyboardActiveKeyboardLayoutName Property
Gets the name of the active input locale identifier (formerly called the keyboard layout) for the system.
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 string ActiveKeyboardLayoutName { get; }
Public Shared ReadOnly Property ActiveKeyboardLayoutName As String
Get
Dim value As String
value = UtilKeyboard.ActiveKeyboardLayoutName
public:
static property String^ ActiveKeyboardLayoutName {
String^ get ();
}
static member ActiveKeyboardLayoutName : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The name of the active input locale identifier (formerly called the keyboard layout) for the system.
This is a code example.
No code example is currently available or this language may not be supported.
Dim kbdLayoutName As String = ActiveKeyboardLayoutName() ' Result: 00000409 ( U.S. English )
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.