SharedKeyGestureGetDisplayString(KeyGesture, CultureInfo) 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,
	CultureInfo culture
)

Parameters

keyGesture  KeyGesture
KeyGesture with the Key gesture instace.
culture  CultureInfo
Culture information.

Return Value

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

See Also