JVCL Help:TJvTrayIcon.IconVisible

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if a tray icon is shown.


Pascal

 property IconVisible: Boolean;

Description

Read IconVisible to determine whether an icon is actually shown when Active is set to True. It is possible that the shell failed to add an icon to the tray.
Set IconVisible to True to show the tray icon. Note that Active must be set to True and if flag tvAutoHideIcon is included in property Visibility, then the application must be minimized otherwise no tray icon is shown.
Set IconVisible to False to hide the tray icon. Note that you can also set Active to False.


See Also

TJvTrayIcon.Active


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page