ClickArgs Class
A structure defining operations that can be specified in a Click operation.

C# Syntax

public class ClickArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.ClickArgs

Public Constructors
 NameDescription
Public ConstructorClickArgs ConstructorConstructs the default arguments used for click operations.  
Top
Public Properties
 NameDescription
Public PropertyButtonThe mouse button used for the click operation. Possible values: MouseButton Default value = MouseButton.Left  
Public PropertyLocationThe location to click within an object. Possible values: Location Default value = Position.Center.  
Top