Condividi tramite


TextBoxBeforeTextChangingEventArgs.Cancel Proprietà

Definizione

Ottiene o imposta un valore che indica se annullare la modifica del testo.

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = textBoxBeforeTextChangingEventArgs.cancel;
textBoxBeforeTextChangingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Valore della proprietà

Boolean

bool

true per annullare le modifiche del testo; in caso contrario, false. Il valore predefinito è false.

Si applica a