KeyModifiers Class |
Namespace: DotNetBrowser.Input.Keyboard.Events
public sealed class KeyModifiers : IKeyModifiers
The KeyModifiers type exposes the following members.
Name | Description | |
---|---|---|
![]() | KeyModifiers | Initializes a new instance of the KeyModifiers class |
Name | Description | |
---|---|---|
![]() | AltDown |
Indicates whether the Alt key is pressed.
|
![]() | AltGraphDown |
Indicates whether the Alt Graph/Right Alt key is pressed.
|
![]() | ControlDown |
Indicates whether the Ctrl key is pressed.
|
![]() | MetaDown |
Indicates whether the Meta key is pressed.
|
![]() | ShiftDown |
Indicates whether the Shift key is pressed.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |