Specifies how to click on a text during a replay of a TextClick.
public enum ClickType
Public Enumeration ClickType
| 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. |