MouseAction.ReleaseMouse(DiagramClientView) 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.
Libère la capture de la souris.
protected:
void ReleaseMouse(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
protected void ReleaseMouse (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.ReleaseMouse : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Protected Sub ReleaseMouse (diagramClientView As DiagramClientView)
Paramètres
- diagramClientView
- DiagramClientView
DiagramClientView tentant de libérer la souris.
Remarques
Les appels à CaptureMouse peuvent être imbriqués. La capture est lancée uniquement sur le ReleaseMouse le plus à l’extérieur.