Condividi tramite


QueryContinueDragEventArgs.EscapePressed Proprietà

Definizione

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

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 il tasto ESC è stato premuto. true se il ESC è stato premuto; 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