Loads a new input locale identifier into the system.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public static IntPtr LoadKeyboardLayout ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function LoadKeyboardLayout( _ |
Specifies the name of the input locale identifier to load.
Specifies how the input locale identifier is to be loaded.
The input locale identifier to the locale matched with the requested name, or NULL if no matching locale is available.
See Also