The ToolTip control displays any specified form as a tooltip window.
Two behavior types are supported:
- Standard - the tooltip form is displayed and hidden just like the
common tool tip window.
- ICQ-style - the tooltip form appears under the pointer and remains
displayed until the pointer is over the tooltip form. In this mode you can add
hyperlinks or other clickable controls to the tool tip.
The tooltip form can be shown and hidden programmatically, thus allowing for
creation of dynamic hints, alerting windows, etc.
The following screenshots illustrate what can be done using the ToolTip control.
Classical tooltips:
ICQ-style tooltips:
Dynamic hints:
 |