# Click Trigger

> `UiPath.Core.Activities.ClickTriggerV2`

`UiPath.Core.Activities.ClickTriggerV2`

## Description

Monitors click events on a specified UI element.

It can be used either within a triggered workflow or within a [Trigger Scope](https://docs.uipath.com/activities/other/latest/user-guide/trigger-scope)
activity.

## Properties

### **Common**

* **DisplayName** - The display name of the activity.

### **Input**

* **ClippingRegion** - Defines the clipping rectangle, in pixels, relative to the UiElement, in the following directions: left, top, right, bottom.
  It supports both positive and negative numbers.
* **MouseButton** - The mouse button (left, right, middle) used for the click action. By default, the left mouse button is selected.
* **Selector** - Text property used to find a particular UI element when the activity is executed. It is actually a XML fragment specifying
  attributes of the GUI element you are looking for and of some of its parents.

### **Misc**

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### **Options**

* **BlockEvent** - Specifies whether the event is blocked from acting on the indicated element. If **False**, the event is executed against the element. If **True**, the event is blocked and can be later replayed within the activity handler, by using the **ReplayUserEvent** activity.
* **IncludeChildren** - When selected, the children of the specified UI element are also monitored. By default, this check box is selected.
* **KeyModifier** - Adds a selected key modifier to the activity. The following options are available: Alt, Ctrl, Shift, Win.
* **TriggerMode** - Specifies if the event is triggered on **Down** or **Up**.
