Gets the current state of the SHIFT, CTRL, and ALT keys.
[Visual Basic] Public ReadOnly Property KeyState As Integer [C#] public int KeyState {get;} [C++] public: __property int get_KeyState(); [JScript] public function get KeyState() : int;
The current state of the SHIFT, CTRL, and ALT keys.
DragEventArgs Class | DragEventArgs Members | System.WinForms Namespace