Click or drag to resize

DragDropTargetEventArgsKeyState Property

Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public int KeyState { get; }

Property Value

Type: Int32
The current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
See Also