SharedKeyGestureVirtualKeyFromKeyGesture Method

Converts a keyboard shortcut definition to a key value.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static int VirtualKeyFromKeyGesture(
	KeyGesture keyGesture
)

Parameters

keyGesture  KeyGesture
KeyGesture with the Key gesture instace.

Return Value

Int32
Int32 with the key value result.

See Also