Vcl.ComCtrls.TProgressBarOrientation

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

Delphi

TProgressBarOrientation = (pbHorizontal, pbVertical);

C++

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

プロパティ

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

説明

TProgressBarOrientation は,プログレスバーの方向を指定します。

TProgressBarOrientation には,次の値のいずれかを指定します。



意味

pbHorizontal

プログレスバーは水平に配置される

pbVertical

プログレスバーは垂直に配置される



関連項目