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 public int KeyState { get; }
Property Value
Type:
Int32The current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
See Also