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