Partager via


QueryContinueDragEventArgs.EscapePressed Propriété

Définition

Obtient une valeur booléenne indiquant si la touche ÉCHAP a été enfoncée.

public:
 property bool EscapePressed { bool get(); };
public bool EscapePressed { get; }
member this.EscapePressed : bool
Public ReadOnly Property EscapePressed As Boolean

Valeur de propriété

Valeur booléenne indiquant si la touche ÉCHAP a été enfoncée. true si la touche ÉCHAP a été enfoncée ; sinon, false.

Remarques

Par défaut, l’événement QueryContinueDrag définit la Action propriété Cancel si la touche ÉCHAP est enfoncée.

S’applique à