DragDropTargetEventArgsKeyState Property |
Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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