Vcl.Themes.TThemedTaskBand

提供:RAD Studio API Documentation

Delphi

TThemedTaskBand = (
ttbTaskBandDontCare,
ttbTaskBandRoot,
ttbGroupCount,
ttbFlashButton,
ttpFlashButtonGroupMenu
);

C++

enum DECLSPEC_DENUM TThemedTaskBand : unsigned char { ttbTaskBandDontCare, ttbTaskBandRoot, ttbGroupCount, ttbFlashButton, ttpFlashButtonGroupMenu };

プロパティ

種類 可視性 ソース ユニット 親
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

説明

TThemedTaskBand は、タスク バンドのテーマ適用可能部分について記述します。

TThemedTaskBand は、タスク バンドのテーマ適用可能部分について記述します。以下の表では、TThemedTaskBand が取り得る値とその意味を示します。



値 説明

ttbTaskBandDontCare

タスク バンドのすべての部分で共有される内容。

ttbTaskBandRoot

タスク バンドのすべての状態で共有される内容。

ttbGroupCount

タスク バンドのグループ カウント部分。

ttbFlashButton

タスク バンドの点滅ボタン。

ttpFlashButtonGroupMenu

タスク バンド上の点滅ボタンのメニュー。



関連項目