KeyShortcut Members
In This Article
#Constructors
Name | Description |
---|---|
Key |
Creates an instance of the Key |
Key |
Creates an instance of the Key |
Key |
Creates an instance of the Key |
#Fields
Name | Description |
---|---|
Empty static |
Gets the static Key |
#Properties
Name | Description |
---|---|
Alt |
Gets the name of the ALT key which is dependent upon the end-user’s regional settings. |
Control |
Gets the name of the CONTROL key which is dependent upon the end-user’s regional settings. |
Is |
Tests whether the current shortcut specifies a valid key combination. |
Key | Gets the shortcut used to activate particular functionality. |
Shift |
Gets the name of the SHIFT key which is dependent upon the end-user’s regional settings. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Tests whether the shortcuts of the current and specified Key |
Get |
Gets the hash code (a number) that corresponds to the value of the current object. |
Get |
Returns the text representation of the specified System. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Gets the text representation of the current shortcut. |
See Also