Propriété DragDropAction.StartLocation
Obtient ou définit le point de départ de l'opération de glisser-déplacer.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public Point StartLocation { get; set; }
public:
property Point StartLocation {
Point get();
void set(Point value);
}
member StartLocation : Point with get, set
Public Property StartLocation As Point
Valeur de propriété
Type: System.Drawing.Point
Point de début.
Notes
La définition de cette propriété déclenche l'événement PropertyChanged.
Voir aussi
Point
PropertyChanged
DragDropAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début