ScrollingBringingIntoViewEventArgs.Cancel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si la participation à la demande d’affichage doit être annulée ou non.
public:
property bool Cancel { bool get(); void set(bool value); };
bool Cancel();
void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = scrollingBringingIntoViewEventArgs.cancel;
scrollingBringingIntoViewEventArgs.cancel = boolean;
Public Property Cancel As Boolean
Valeur de propriété
Boolean
bool
Valeur true
pour annuler l'événement ; sinon, false
Par défaut, il s’agit de false
.