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.

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

Syntax

public MouseAction(
    MouseButtons button,
    MouseActionType actionType,
    Point location
)
public:
MouseAction(
    MouseButtons button,
    MouseActionType actionType,
    Point location
)
new : 
        button:MouseButtons *
        actionType:MouseActionType *
        location:Point -> MouseAction
Public Sub New (
    button As MouseButtons,
    actionType As MouseActionType,
    location As Point
)

Parameters

See Also

MouseButtons
MouseActionType
Point
MouseAction Overload
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top