MouseAction Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the MouseAction class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method MouseAction() Initializes a new instance of the MouseAction class for XML serialization or deserialization.
Public method MouseAction(MouseButtons, MouseActionType) Initializes a new instance of the MouseAction class by using the provided button designation and type of action.
Public method 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.
Public method MouseAction(UITechnologyElement, MouseButtons, MouseActionType) Initializes a new instance of the MouseAction class by using the provided element, button designation, and type of action.

Top

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace