Partager via


TextBoxBeforeTextChangingEventArgs.Cancel Propriété

Définition

Obtient ou définit une valeur qui indique s’il faut annuler les modifications de texte.

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

Valeur de propriété

Boolean

bool

true pour annuler les modifications de texte ; sinon, false. La valeur par défaut est false.

S’applique à