ClickParam(ClickButtonType, Int64, Int64) Constructor

Definition

Initializes a new instance of ClickParam.

public ClickParam(Azure.AI.AgentServer.Responses.Models.ClickButtonType button, long x, long y);
new Azure.AI.AgentServer.Responses.Models.ClickParam : Azure.AI.AgentServer.Responses.Models.ClickButtonType * int64 * int64 -> Azure.AI.AgentServer.Responses.Models.ClickParam
Public Sub New (button As ClickButtonType, x As Long, y As Long)

Parameters

button
ClickButtonType

Indicates which mouse button was pressed during the click. One of left, right, wheel, back, or forward.

x
Int64

The x-coordinate where the click occurred.

y
Int64

The y-coordinate where the click occurred.

Applies to