SharedKeyGestureGetDisplayStringFromVirtualKey(Int32) Method

Gets the text of the keys in a keyboard combination definition.

Definition

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

Parameters

virtualKey  Int32
Virtual key value.

Return Value

String
String with the text of the keys in a keyboard combination.

See Also