SharedKeyGestureVirtualKeyFromKeyGesture Method
Converts a keyboard shortcut definition to a key value.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static int VirtualKeyFromKeyGesture(
KeyGesture keyGesture
)
Public Shared Function VirtualKeyFromKeyGesture (
keyGesture As KeyGesture
) As Integer
- keyGesture KeyGesture
- KeyGesture with the Key gesture instace.
Int32Int32 with the key value result.