Representation of keyboard shortcut key combination
Inheritance Hierarchy
Relativity.Services.KeyboardShortcuts.Models.KeyCombination
Namespace: Relativity.Services.KeyboardShortcuts.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The KeyCombination type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | KeyCombination |
Constructor of KeyCombination class
|
Properties
Name | Description | |
---|---|---|
![]() | Alt |
Indicates whether or not Alt key should be pressed
|
![]() | Ctrl |
Indicates whether or not Ctrl key should be pressed
|
![]() | Key |
Indicates number of additional key which should be pressed in combination
|
![]() | Shift |
Indicates whether or not Shift key should be pressed
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also