ClickParam(ClickButtonType, Int64, Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.