Share via


MouseActionType Enumeration

 

Enumerates the types of possible mouse actions for the MouseAction.

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

Syntax

public enum MouseActionType
public enum class MouseActionType
type MouseActionType
Public Enumeration MouseActionType

Members

Member name Description
ButtonDown

A button has been pressed.

ButtonUp

A pressed button has been released.

Click

A button has been clicked.

DoubleClick

A button has been double-clicked.

Drag

The mouse has been moved while a button is held down.

Hover

The mouse pointer is hovering over an element.

WheelRotate

The mouse wheel has been rotated.

See Also

MouseAction
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top