TrayIconParam command

The TrayIconParam command sets icon parameters for the system notification area icon.

 

Syntax

String$='Text, PathToFile, IconIndex'

PluginSet("PlugIn","String$")

PluginRun("PlugIn","TrayIconParam")

Parameters

Text

[in] A string with the text for a standard tooltip. It can have a maximum of 127 characters.

PathToFile

[in] Path to the file containing icon to be loaded. Supported file formats are .ico, .exe, .dll and .cpl.

IconIndex

[in] Usually .exe, .dll or .cpl files contain more than one icon in resources. This parameter is optional and allows to specify zero-based index of the icon to be loaded. Default value is zero.