Search
Key.GetVirtualKeyCode Method
See Also
 






Gets the virtual key code corresponding to a System.Windows.Forms.Keys value.

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

 Syntax

C#  Copy Code

public static int GetVirtualKeyCode (
    Keys value
)

Visual Basic  Copy Code

Public Shared Function GetVirtualKeyCode( _
    value As Keys _
) As Integer

 Parameters

value

System.Windows.Forms.Keys value.

 Return Value

int

 See Also