ClickType Enumeration

Description

Specifies how to click on a text during a replay of a TextClick.

Syntax

C#
public enum ClickType
VB
Public Enumeration ClickType

Members

Name Description
Left A single click with the left mouse button.
Right A single click with the right mouse button.
Middle A single click with the middle mouse button.
LeftDouble A double click with the left mouse button.
Press Clicking and holding the left mouse button.
Release Releasing the left mouse button.