Share via


MouseAction Constructor

 

Initializes a new instance of the MouseAction class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Overload List

Name Description
System_CAPS_pubmethod MouseAction()

Initializes a new instance of the MouseAction class for XML serialization or deserialization.

System_CAPS_pubmethod MouseAction(MouseButtons, MouseActionType)

Initializes a new instance of the MouseAction class by using the provided button designation and type of action.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod MouseAction(UITechnologyElement, MouseButtons, MouseActionType)

Initializes a new instance of the MouseAction class by using the provided element, button designation, and type of action.

See Also

MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top