Vcl.ComCtrls.TPageScrollerButtonState

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

Delphi

TPageScrollerButtonState = (bsNormal, bsInvisible, bsGrayed, bsDepressed, bsHot);

C++

enum DECLSPEC_DENUM TPageScrollerButtonState : unsigned char { bsNormal, bsInvisible, bsGrayed, bsDepressed, bsHot };

プロパティ

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

説明

TPageScrollerButtonState は,ページスクローラボタンの状態を示します。

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



意味

bsNormal

ボタンは通常の状態

bsInvisible

ボタンは非表示

bsGrayed

ボタンはグレー表示

bsDepressed

ボタンは押された状態

bsHot

ボタンはホットな状態(マウスポインタがボタンの上にある)