Click or drag to resize

KeyModifiers Class

The keyboard modifiers applied.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Keyboard.EventsKeyModifiers

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class KeyModifiers : IKeyModifiers

The KeyModifiers type exposes the following members.

Constructors
  NameDescription
Public methodKeyModifiers
Initializes a new instance of the KeyModifiers class
Top
Properties
  NameDescription
Public propertyAltDown
Indicates whether the Alt key is pressed.
Public propertyAltGraphDown
Indicates whether the Alt Graph/Right Alt key is pressed.
Public propertyControlDown
Indicates whether the Ctrl key is pressed.
Public propertyMetaDown
Indicates whether the Meta key is pressed.
Public propertyShiftDown
Indicates whether the Shift key is pressed.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also