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
Initializes a new instance of the MouseAction class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Name | Description | |
|---|---|---|
![]() | MouseAction() | Initializes a new instance of the MouseAction class for XML serialization or deserialization. |
![]() | MouseAction(MouseButtons, MouseActionType) | Initializes a new instance of the MouseAction class by using the provided button designation and type of action. |
![]() | MouseAction(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. |
![]() | MouseAction(UITechnologyElement^, MouseButtons, MouseActionType) | Initializes a new instance of the MouseAction class by using the provided element, button designation, and type of action. |
Show:
