JVCL Help:TJvTrayIcon.ApplicationVisible

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether the application and the application's taskbar button are visible.


Pascal

 propertyApplicationVisible: Boolean;


Description

Use the ApplicationVisible property to control the visibility of the application and the application's taskbar button. If ApplicationVisible is set to true, TJvTrayIcon restores the application to its normal size, if it was minimized, and shows the application's button on the taskbar. If ApplicationVisible is set to false, TJvTrayIcon minimizes the application and removes the application's button on the taskbar.
Calling the ShowApplication method sets the ApplicationVisible property to true. Calling the HideApplication method sets it to false.


See Also

TJvTrayIcon.HideApplication, TJvTrayIcon.ShowApplication, TJvTrayIcon.Visibility


About

Notes

This is a protected property.


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