Vcl.Themes.TThemedProgress

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

TThemedProgress describes the possible themable parts of a progress bar.

TThemedProgress describes the possible themable parts of a progress bar. The following table lists the possible values of TThemedProgress and their meaning.



Value Description

tpProgressDontCare

The content that is shared across all the progress bar parts.

tpProgressRoot

The content that is shared across all the progress bar states.

tpBar

The progress bar itself in horizontal orientation.

tpBarVert

The progress bar itself in vertical orientation.

tpChunk

A horizontal progress chunk.

tpChunkVert

A vertical progress chunk.



See Also