Intersoft ClientUI Documentation
DoubleClickDuration Property



Gets or sets the latency of the click before double click event is raised.
Syntax
Public Shared Property DoubleClickDuration As TimeSpan
Dim value As TimeSpan
 
Mouse.DoubleClickDuration = value
 
value = Mouse.DoubleClickDuration
public static TimeSpan DoubleClickDuration {get; set;}
public:
static property TimeSpan DoubleClickDuration {
   TimeSpan get();
   void set (    TimeSpan value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Mouse Class
Mouse Members

Send Feedback