Click or drag to resize

IKeyModifiers Interface

The keyboard modifiers applied.

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

The IKeyModifiers type exposes the following members.

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
See Also