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