The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MouseAction Constructor (MouseButtons, MouseActionType, Point)
Initializes a new instance of the MouseAction class by using the provided button designation, type of action, and location of the operation.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- button
-
Type:
System.Windows.Forms::MouseButtons
A member of the MouseButtons enumeration that indicates which mouse button is pressed.
- actionType
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::MouseActionType
A member of the MouseActionType enumeration that indicates the kind of mouse operation.
- location
-
Type:
System.Drawing::Point
A Point object that indicates the location of the operation.
Show: