Vcl.Themes.TThemedProgress

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TThemedProgress = (
tpProgressDontCare,
tpProgressRoot,
tpBar,
tpBarVert,
tpChunk,
tpChunkVert,
tpFill,
tpFillVert,
tpPulseOverlay,
tpMoveOverlay,
tpPulseOverlayVert,
tpMoveOverlayVert,
tpTransparentBarNormal, tpTransparentBarPartial,
tpTransparentBarVertNormal, tpTransparentBarVertPartial
);

C++

enum DECLSPEC_DENUM TThemedProgress : unsigned char { tpProgressDontCare, tpProgressRoot, tpBar, tpBarVert, tpChunk, tpChunkVert, tpFill, tpFillVert, tpPulseOverlay, tpMoveOverlay, tpPulseOverlayVert, tpMoveOverlayVert, tpTransparentBarNormal, tpTransparentBarPartial, tpTransparentBarVertNormal, tpTransparentBarVertPartial };

プロパティ

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

説明

TThemedProgress は、進捗バーのテーマ適用可能部分について記述します。

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



説明

tpProgressDontCare

進捗バーのすべての部分で共有される内容。

tpProgressRoot

進捗バーのすべての状態で共有される内容。

tpBar

水平方向の進捗バー自体。

tpBarVert

垂直方向の進捗バー自体。

tpChunk

水平方向の進捗バーの移動部分。

tpChunkVert

垂直方向の進捗バーの移動部分。



関連項目