SharedKeyGesture Class

Shared key gesture class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class SharedKeyGesture
Inheritance
Object    SharedKeyGesture

Remarks

Keyboard access methods.

Constructors

SharedKeyGestureInitializes a new instance of the SharedKeyGesture class

Methods

GetDisplayString(KeyGesture) Gets the text of the keys in a keyboard combination definition
GetDisplayString(KeyGesture, CultureInfo) Gets the text of the keys in a keyboard combination definition.
GetDisplayString(String, KeyGesture) Gets the text including the keys in a keyboard combination definition.
GetDisplayString(String, KeyGesture, CultureInfo) Gets the text including the keys in a keyboard combination definition.
GetDisplayStringFromInputKey(String) Gets the text of the keys in a keyboard combination definition.
GetDisplayStringFromInputKey(String, CultureInfo) Gets the text of the keys in a keyboard combination definition.
GetDisplayStringFromVirtualKey(Int32) Gets the text of the keys in a keyboard combination definition.
GetDisplayStringFromVirtualKey(Int32, CultureInfo) Gets the text of the keys in a keyboard combination definition.
KeyGestureFromInputKey Converts a key text to a keyboard shortcut definition.
KeyGestureFromVirtualKey Converts a key value to a keyboard combination definition.
VirtualKeyFromKeyGesture Converts a keyboard shortcut definition to a key value.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also