ClickParam Class
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.
Click.
public class ClickParam : Azure.AI.AgentServer.Responses.Models.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ClickParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ClickParam>
type ClickParam = class
inherit ComputerAction
interface IJsonModel<ClickParam>
interface IPersistableModel<ClickParam>
Public Class ClickParam
Inherits ComputerAction
Implements IJsonModel(Of ClickParam), IPersistableModel(Of ClickParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ClickParam(ClickButtonType, Int64, Int64) |
Initializes a new instance of ClickParam. |
Properties
| Name | Description |
|---|---|
| Button |
Indicates which mouse button was pressed during the click. One of |
| X |
The x-coordinate where the click occurred. |
| Y |
The y-coordinate where the click occurred. |