Wimark.Controls Class Library  

ToolTip.AutoPopDelay Property

Gets or sets the period of time the ToolTip remains visible if the mouse pointer is stationary within a control with specified ToolTip text.

[Visual Basic]
Public Property AutoPopDelay As Integer 
[C#]
public int AutoPopDelay {get; set;}
[C++]
public: __property int get_AutoPopDelay();
public: __property void set_AutoPopDelay(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