NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

QueryContinueDragEventArgs.EscapePressed

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;

Property Value

true if the ESC key was pressed; otherwise, false.

See Also

QueryContinueDragEventArgs Class | QueryContinueDragEventArgs Members | System.WinForms Namespace