Gets a value indicating whether the user pressed the ESC key.
[Visual Basic] Public ReadOnly Property EscapePressed As Boolean [C#] public bool EscapePressed {get;} [C++] public: __property bool get_EscapePressed(); [JScript] public function get EscapePressed() : Boolean;
true if the ESC key was pressed; otherwise, false.
QueryContinueDragEventArgs Class | QueryContinueDragEventArgs Members | System.WinForms Namespace