SysTrayIconToolTip()

Syntax

SysTrayIconToolTip(#SysTrayIcon, Text$)
Description
Associates the specified Text$ with the SysTray icon. Tool-tip text is the text which is displayed when the mouse cursor hovers over the icon for a period of time (yellow floating box).

Parameters

#SysTrayIcon The SysTray icon to use.
Text$ The text to use for the SysTray icon's tool-tip.

Return value

None.

Supported OS

All

<- SysTrayIconMenu() - SysTray Index