RAD Studio VCL Reference
|
TProgressBarOrientation specifies the orientation of a progress bar.
TProgressBarOrientation = ( pbHorizontal, pbVertical );
enum TProgressBarOrientation { pbHorizontal, pbVertical };
ComCtrls
TProgressBarOrientation has one of the following values:
Value |
Meaning |
pbHorizontal |
The progress bar is oriented horizontally. |
pbVertical |
The progress bar is oriented vertically. |
TProgressBar
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|