Wimark.Controls Class Library  

ToolTip.ReshowDelay Property

Gets or sets the length of time that must transpire before subsequent ToolTip windows appear as the mouse pointer moves from one control to another.

[Visual Basic]
Public Property ReshowDelay As Integer 
[C#]
public int ReshowDelay {get; set;}
[C++]
public: __property int get_ReshowDelay();
public: __property void set_ReshowDelay(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolTip Class | ToolTip Members | Wimark.Controls Namespace