SharedKeyGestureGetDisplayString(String, KeyGesture, CultureInfo) Method
Gets the text including the keys in a keyboard combination definition.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static string GetDisplayString(
string text,
KeyGesture keyGesture,
CultureInfo culture
)
Public Shared Function GetDisplayString (
text As String,
keyGesture As KeyGesture,
culture As CultureInfo
) As String
- text String
- Format text.
- keyGesture KeyGesture
- KeyGesture with the Key gesture instace.
- culture CultureInfo
- Culture information.
StringString with the text including the keys in a keyboard combination.