RAD Studio VCL Reference
|
TThemedProgress describes the possible themable parts of a progress bar.
TThemedProgress = ( tpProgressDontCare, tpProgressRoot, tpBar, tpBarVert, tpChunk, tpChunkVert );
enum TThemedProgress { tpProgressDontCare, tpProgressRoot, tpBar, tpBarVert, tpChunk, tpChunkVert };
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. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|