SharedKeyGestureKeyGestureFromVirtualKey Method

Converts a key value to a keyboard combination definition.

Definition

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

Parameters

virtualKey  Int32
Virtual key value.

Return Value

KeyGesture
KeyGesture with the keyboard combination.

See Also