SharedKeyGestureGetDisplayString(String, KeyGesture) Method

Gets the text including 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(
	string text,
	KeyGesture keyGesture
)

Parameters

text  String
Format text.
keyGesture  KeyGesture
KeyGesture with the Key gesture instace.

Return Value

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

See Also