Enum
DesktopCommandType

Generally, only actions that can only be invoked from the Automation Overlays Surfaces context menu

Definition

Namespace:ArtOfTest.Common.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum DesktopCommandType

Fields

DragDrop

Declaration

cs-api-definition
DragDrop = 9

Field Value

DesktopCommandType

DragStart

Declaration

cs-api-definition
DragStart = 7

Field Value

DesktopCommandType

DragStop

Declaration

cs-api-definition
DragStop = 8

Field Value

DesktopCommandType

HoverOver

Declaration

cs-api-definition
HoverOver = 11

Field Value

DesktopCommandType

KeyDown

Declaration

cs-api-definition
KeyDown = 14

Field Value

DesktopCommandType

KeyPress

Declaration

cs-api-definition
KeyPress = 13

Field Value

DesktopCommandType

KeyUp

Declaration

cs-api-definition
KeyUp = 15

Field Value

DesktopCommandType

LeftClick

Declaration

cs-api-definition
LeftClick = 0

Field Value

DesktopCommandType

LeftDoubleClick

Declaration

cs-api-definition
LeftDoubleClick = 1

Field Value

DesktopCommandType

LeftMouseDown

Declaration

cs-api-definition
LeftMouseDown = 2

Field Value

DesktopCommandType

LeftMouseUp

Declaration

cs-api-definition
LeftMouseUp = 3

Field Value

DesktopCommandType

Move

Declaration

cs-api-definition
Move = 10

Field Value

DesktopCommandType

NotSet

Declaration

cs-api-definition
NotSet = 16

Field Value

DesktopCommandType

RightClick

Declaration

cs-api-definition
RightClick = 4

Field Value

DesktopCommandType

RightMouseDown

Declaration

cs-api-definition
RightMouseDown = 5

Field Value

DesktopCommandType

RightMouseUp

Declaration

cs-api-definition
RightMouseUp = 6

Field Value

DesktopCommandType

Wheel

Declaration

cs-api-definition
Wheel = 12

Field Value

DesktopCommandType