Keystroke Structure Members
In This Topic
The following tables list the members exposed by Keystroke.
Public Constructors
Public Properties
| Name | Description |
 | KeyChar | Gets the character defined by this keystroke. |
 | KeyCode | Gets the key code defined by this keystroke. |
 | Modifiers | Gets the modifier keys defined by this keystroke. |
 | OnKeyRelease | Gets whether the keystroke is active on key release. |
Top
Public Methods
| Name | Description |
 | Equals | Determines whether an object is equal to the current one. |
 | GetHashCode | Returns a value that can used as an index in a hash table. |
 | GetObjectData | Populates the SerializationInfo class with information about the keystroke (Keystroke object). |
 | ToString | Returns a string that represents the keystroke. |
Top
Public Operators
Equality | Determines whether two keystrokes (KeyStroke structures) are equal. |
Inequality | Determines whether two keystrokes (KeyStroke structures) are not equal. |
Top
See Also