MindFusion WinForms Programmer's Guide
NativeMethods.GetAvailableKeyboardLayouts Method
See Also
 





Returns identifiers of current input locales in the system.

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

 Syntax

C#  Copy Code

public static List<Int64> GetAvailableKeyboardLayouts ()

Visual Basic  Copy Code

Public Shared Function GetAvailableKeyboardLayouts () As List(Of Int64)

 Return Value

List of KeyboardLayouts

 See Also

NativeMethods Members
NativeMethods Class
MindFusion.UI.WinForms Namespace