QueryContinueDragEventArgs::EscapePressed Property
.NET Framework (current version)
Gets a Boolean value indicating whether the ESC key has been pressed.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::BooleanA Boolean value indicating whether the ESC key has been pressed. true if the ESC was pressed; otherwise, false.
By default, the QueryContinueDrag event sets the Action property to Cancel if the ESC key is pressed.
.NET Framework
Available since 3.0
Available since 3.0
Show: