Table of Contents

Interface IKeyModifiers

Namespace
DotNetBrowser.Input.Keyboard.Events
Assembly
DotNetBrowser.dll

The keyboard modifiers applied.

public interface IKeyModifiers

Properties

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.