Interface IClickable
Indicates that this object can be clicked.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface IClickable
Methods
Click(ClickArgs)
Clicks on this object using the specified ClickArgs.
Declaration
void Click(ClickArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| ClickArgs | args | The click arguments that will be used for the click. |
Click(MouseButton)
Clicks on this object.
Declaration
void Click(MouseButton button = MouseButton.Left)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseButton | button | Optional. The mouse button that performs the click. Possible Values: MouseButton. Default = MouseButton.Left. |