eDriven Framework API
KeyCombination Class
NamespaceseDriven.Core.Control.KeyboardKeyCombination
eDriven Framework API
The class representing the key combination (KeyCode + Control + Shift + Alt)
Declaration Syntax
C#Visual BasicVisual C++
public class KeyCombination
Public Class KeyCombination
public ref class KeyCombination
Members
All MembersConstructorsMethodsFields



IconMemberDescription
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()()()().)
Inheritance Hierarchy
Object
KeyCombination

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)