Intersoft ClientUI Documentation
AutoHideLatency Property



Gets or sets the latency before auto show should be executed.
Syntax
<CategoryAttribute("Auto Hide")>
Public Property AutoHideLatency As Double
Dim instance As UXDock
Dim value As Double
 
instance.AutoHideLatency = value
 
value = instance.AutoHideLatency
[CategoryAttribute("Auto Hide")]
public double AutoHideLatency {get; set;}
[CategoryAttribute("Auto Hide")]
public:
property double AutoHideLatency {
   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

UXDock Class
UXDock Members

Send Feedback