EnableMinToTray command

The EnableMinToTray command enables or disables minimize to tray feature.

 

Syntax

Integer=Enable

PluginSet("PlugIn","Integer")

PluginRun("PlugIn","EnableMinToTray")

Parameters

Enable

[in] If Enable value is non-zero then each time minimization command called (from script, system menu or by keyboard) the window will be minimized to the system notification area. If Enable value is zero then window will minimize to the taskbar.

Remarks

When user clicks on application's icon in the system notification area, plugin calls object labeled as trayicon_event_handler from the Master Top Layer and puts mouse event value to the output variable. It can be one of the following values:


10

Left mouse button click.

11

Left mouse button double click.

20

Right mouse button click.