Intersoft ClientUI Documentation
TooltipLatency Property



Gets or sets a value that determines the latency to show the tooltip.
Syntax
<CategoryAttribute("Tooltip")>
Public Property TooltipLatency As Double
Dim instance As DragDropBehavior
Dim value As Double
 
instance.TooltipLatency = value
 
value = instance.TooltipLatency
[CategoryAttribute("Tooltip")]
public double TooltipLatency {get; set;}
[CategoryAttribute("Tooltip")]
public:
property double TooltipLatency {
   double get();
   void set (    double value);
}
Remarks

When the drag is initiated, the tooltip only shows the tooltip icon, it will then display the tooltip text until a certain time span has elapsed which is determined by the TooltipLatency property. After the text is shown, it will remain visible and will be updated accordingly to user modification.

 

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

DragDropBehavior Class
DragDropBehavior Members

Concepts

Drag-drop Framework Overview

Send Feedback