ControlDesigner.OnMouseDragEnd(Boolean) Méthode
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.
Reçoit un appel à la fin d'une opération glisser-déplacer pour terminer ou annuler l'opération.
protected:
virtual void OnMouseDragEnd(bool cancel);
protected virtual void OnMouseDragEnd (bool cancel);
abstract member OnMouseDragEnd : bool -> unit
override this.OnMouseDragEnd : bool -> unit
Protected Overridable Sub OnMouseDragEnd (cancel As Boolean)
Paramètres
- cancel
- Boolean
true
pour annuler l'opération glisser ; false
pour la valider.