Mouse.StopDragging, méthode (Point)
Arrête l'opération glisser.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Shared Sub StopDragging ( _
pointToStop As Point _
)
public static void StopDragging(
Point pointToStop
)
public:
static void StopDragging(
Point pointToStop
)
static member StopDragging :
pointToStop:Point -> unit
public static function StopDragging(
pointToStop : Point
)
Paramètres
- pointToStop
Type : System.Drawing.Point
Point au niveau duquel arrêter le glissement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.