Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. | |
WheelRotate | The mouse wheel has been rotated. | |
Hover | The mouse pointer is hovering over an element. |