Class ClickArgs
A structure defining operations that can be specified in a Click operation.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class ClickArgs
Constructors
ClickArgs()
Constructs the default arguments used for click operations.
Declaration
public ClickArgs()
Remarks
Defaults = MouseButton.Left and Position.Center
Properties
Button
The mouse button used for the click operation. Possible values: MouseButton
Declaration
public MouseButton Button { get; set; }
Property Value
| Type | Description |
|---|---|
| MouseButton |
Location
The location to click within an object. Possible values: Location
Declaration
public Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |