Vcl.ExtCtrls.TCustomTrayIcon.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible default False;

C++

__property bool Visible = {read=FVisible, write=SetVisible, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

Determines whether the icon appears in the system tray.

Determines whether the icon appears in the system tray.

Code Examples