QueryContinueDragEventArgs.EscapePressed Proprietà

Definizione

Ottiene un valore booleano indicante se è stato premuto il tasto ESC.

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

Valore della proprietà

Valore booleano che indica se è stato premuto il tasto ESC. true se è stato premuto il tasto ESC. In caso contrario, false.

Commenti

Per impostazione predefinita, l'evento QueryContinueDrag imposta la Action proprietà su Cancel se viene premuto il tasto ESC.

Si applica a