SharedKeyGestureGetDisplayString(KeyGesture) 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 GetDisplayString(
	KeyGesture keyGesture
)

Parameters

keyGesture  KeyGesture
KeyGesture with the Key gesture instace.

Return Value

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

See Also