WebDoubleClickArgs Class
Arguments that define additional behavior for the DoubleClick method.

C# Syntax

public class WebDoubleClickArgs : HP.LFT.SDK.Core.LocationBasedGestureArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Core.LocationBasedGestureArgs
      HP.LFT.SDK.Web.WebDoubleClickArgs

Public Constructors
 NameDescription
Public ConstructorWebDoubleClickArgs ConstructorInitializes a new instance of the WebDoubleClickArgs class with default arguments (double click at the center of the object, 0.2 seconds apart).  
Top
Public Properties
 NameDescription
Public PropertyIntervalThe number of seconds between the two clicks. Default = 0.2.  
Public PropertyLocationThe location in which to perform the gesture. Possible values:Location . Default = center of the object. (Inherited from HP.LFT.SDK.Core.LocationBasedGestureArgs)
Top