C# Syntax
public class WebDoubleClickArgs : HP.LFT.SDK.Core.LocationBasedGestureArgs
System.Object
HP.LFT.SDK.Core.LocationBasedGestureArgs
HP.LFT.SDK.Web.WebDoubleClickArgs
Name | Description | |
---|---|---|
WebDoubleClickArgs Constructor | Initializes a new instance of the WebDoubleClickArgs class with default arguments (double click at the center of the object, 0.2 seconds apart). |
Name | Description | |
---|---|---|
Interval | The number of seconds between the two clicks. Default = 0.2. | |
Location | The location in which to perform the gesture. Possible values:Location . Default = center of the object. (Inherited from HP.LFT.SDK.Core.LocationBasedGestureArgs) |