SharedKeyGestureGetDisplayString(KeyGesture, CultureInfo) Method
Gets the text of 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(
KeyGesture keyGesture,
CultureInfo culture
)
Public Shared Function GetDisplayString (
keyGesture As KeyGesture,
culture As CultureInfo
) As String
- keyGesture KeyGesture
- KeyGesture with the Key gesture instace.
- culture CultureInfo
- Culture information.
StringString with the text of the keys in a keyboard combination.