Vcl.Themes.TThemedTrayNotify
Delphi
TThemedTrayNotify = (
ttnTrayNotifyDontCare,
ttnTrayNotifyRoot,
ttnBackground,
ttnAnimBackground
);
C++
enum DECLSPEC_DENUM TThemedTrayNotify : unsigned char { ttnTrayNotifyDontCare, ttnTrayNotifyRoot, ttnBackground, ttnAnimBackground };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
TThemedTrayNotify describes the possible themable parts of a system tray notification area.
TThemedTrayNotify describes the possible themable parts of a system tray notification area. The following table lists the possible values of TThemedTrayNotify and their meaning.
| Value | Description |
|---|---|
|
ttnTrayNotifyDontCare |
The content that is shared across all the tray notification parts. |
|
ttnTrayNotifyRoot |
The content that is shared across all the tray notification states. |
|
ttnBackground |
The background of a tray notification area. |
|
ttnAnimBackground |
The background of a tray notification area when animating. |