Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropBehavior Class : TooltipLatency Property |
<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); }
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.
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