Intersoft ClientUI Documentation
ClickLatency Property (ISButton)



Gets or sets the latency, in seconds, before the click action is executed.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ClickLatency As Double
Dim instance As ISButton
Dim value As Double
 
instance.ClickLatency = value
 
value = instance.ClickLatency
[CategoryAttribute("Common Properties")]
public double ClickLatency {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double ClickLatency {
   double get();
   void set (    double 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

ISButton Class
ISButton Members

Send Feedback