The class representing the key combination
(KeyCode + Control + Shift + Alt)

C# | Visual Basic | Visual C++ |
public class KeyCombination
Public Class KeyCombination
public ref class KeyCombination

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | KeyCombination(String, KeyCode, Boolean, Boolean, Boolean) |
Constructor
|
![]() | Alt |
Alt key on
|
![]() | Control |
Control key on
|
![]() | Equals(KeyCombination) |
Equality
|
![]() | Equals(Object) | (Overrides Object.Equals(Object).) |
![]() | EventType |
The event type (key up/key down)
|
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromKeyboardEvent(KeyboardEvent) |
Creates the combo from keyboard event
|
![]() | GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | KeyCode |
Key code
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Shift |
Shift key on
|
![]() | ToString()()()() | (Overrides Object.ToString()()()().) |

Object | |
![]() | KeyCombination |