Table of Contents

Class WebDoubleClickArgs

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

Arguments that define additional behavior for the DoubleClick method.

public class WebDoubleClickArgs : LocationBasedGestureArgs
Inheritance
WebDoubleClickArgs
Inherited Members

Constructors

WebDoubleClickArgs()

Initializes a new instance of the WebDoubleClickArgs class with default arguments (double click at the center of the object, 0.2 seconds apart).

public WebDoubleClickArgs()

Properties

Interval

The number of seconds between the two clicks. Default = 0.2.

public double Interval { get; set; }

Property Value

double