Intersoft ClientUI Documentation
TooltipLatency Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropBehavior Class : TooltipLatency Property






Gets or sets a value that determines the latency to show the tooltip.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Tooltip")>
Public Property TooltipLatency As Double
Visual Basic (Usage)Copy Code
Dim instance As DragDropBehavior
Dim value As Double
 
instance.TooltipLatency = value
 
value = instance.TooltipLatency
C# 
[CategoryAttribute("Tooltip")]
public double TooltipLatency {get; set;}
Delphi 
public read-write property TooltipLatency: Double; 
JScript 
CategoryAttribute("Tooltip")
public function get,set TooltipLatency : double
Managed Extensions for C++ 
[CategoryAttribute("Tooltip")]
public: __property double get_TooltipLatency();
public: __property void set_TooltipLatency( 
   double value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.