Vcl.ComCtrls.TProgressBarOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProgressBarOrientation = (pbHorizontal, pbVertical);

C++

enum DECLSPEC_DENUM TProgressBarOrientation : unsigned char { pbHorizontal, pbVertical };

Properties

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

Description

TProgressBarOrientation specifies the orientation of a progress bar.


TProgressBarOrientation has one of the following values:

Value Meaning

pbHorizontal

The progress bar is oriented horizontally.

pbVertical

The progress bar is oriented vertically.


See Also