Vcl.Themes.TThemedTrayNotify
Delphi
TThemedTrayNotify = (
ttnTrayNotifyDontCare,
ttnTrayNotifyRoot,
ttnBackground,
ttnAnimBackground
);
C++
enum DECLSPEC_DENUM TThemedTrayNotify : unsigned char { ttnTrayNotifyDontCare, ttnTrayNotifyRoot, ttnBackground, ttnAnimBackground };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
説明
TThemedTrayNotify は、システム トレイ通知領域のテーマ適用可能部分について記述します。
TThemedTrayNotify は、システム トレイ通知領域のテーマ適用可能部分について記述します。以下の表では、TThemedTrayNotify が取り得る値とその意味を示します。
| 値 | 説明 |
|---|---|
|
ttnTrayNotifyDontCare |
トレイ通知のすべての部分で共有される内容。 |
|
ttnTrayNotifyRoot |
トレイ通知のすべての状態で共有される内容。 |
|
ttnBackground |
トレイ通知領域の背景。 |
|
ttnAnimBackground |
アニメーション表示中のトレイ通知領域の背景。 |