Show the tooltip and automatically dismiss it.
Parameters
| Text | Text to show. If omitted or empty, any existing tooltip will be hidden. |
| X,Y | Coordinates on which to show tooltip. Affected by CoordMode. Optional. |
| In, Out | Time in milliseconds for tooltip to show and to disappear. |
- If TimeOut is 0, tooltip will never be dismissed. Optional.
| bControl | Set to TRUE to associate the tooltip with control currently under the mouse. |
- That means that Tooltip will not be shown if control has changed. By default, false
| Nr | Tooltip number, by default 19. Multiple tooltips can exist with different settings. |
About