Gets a value indicating whether the SHIFT key was pressed.
[Visual Basic] Overridable Public ReadOnly Property Shift As Boolean [C#] public bool Shift {virtual get;} [C++] public: __property virtual bool get_Shift(); [JScript] public function get Shift() : Boolean;
true if the SHIFT key was pressed; otherwise, false.
KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace | Alt | Control | Modifiers