RemoveSysTrayIcon()

Syntax

RemoveSysTrayIcon(#SysTrayIcon)
Description
Remove the specified SysTray icon.

Parameters

#SysTrayIcon Remove the SysTray icon. If #PB_All is specified, all the remaining SysTray icons are freed.

Return value

None.

Remarks

All remaining SysTray icons are automatically removed when the program ends.

Supported OS

All

<- IsSysTrayIcon() - SysTray Index - SysTrayIconToolTip() ->