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
'Declaration
Public Enumeration MouseActionType
public enum MouseActionType
public enum class MouseActionType
type MouseActionType
public enum 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. |