Wimark.Controls Class Library  

ToolTip.ShowToolTipWithoutDelay Method

Shows a new tool tip without any delay.

[Visual Basic]
Public Sub ShowToolTipWithoutDelay( _
   ByVal pos As Point, _
   ByVal title As String, _
   ByVal text As String _
)
 
[C#]
public void ShowToolTipWithoutDelay( 
   Point pos, 
   string title, 
   string text 
);
[C++]
public: void ShowToolTipWithoutDelay( 
   Point pos, 
   String* title, 
   String* text 
);

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