Search
NativeMethods.LoadKeyboardLayout Method
See Also
 






Loads a new input locale identifier into the system.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public static IntPtr LoadKeyboardLayout (
    string pwszKLID,
    uint flags
)

Visual Basic  Copy Code

Public Shared Function LoadKeyboardLayout( _
    pwszKLID As String, _
    flags As UInteger _
) As IntPtr

 Parameters

pwszKLID

Specifies the name of the input locale identifier to load.

flags

Specifies how the input locale identifier is to be loaded.

 Return Value

The input locale identifier to the locale matched with the requested name, or NULL if no matching locale is available.

 See Also