Vcl.Buttons.TButtonStyle

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

Delphi

TButtonStyle = (bsAutoDetect, bsWin31, bsNew);

C++

enum DECLSPEC_DENUM TButtonStyle : unsigned char { bsAutoDetect, bsWin31, bsNew };

プロパティ

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

説明

TButtonStyle は,TBitBtn コントロールの基本的な外観を指定します。

次の表に TButtonStyle 型に指定できる値を示します。



意味

bsAutoDetect

Windows 3.x を使用している場合,ビットマップボタンは標準的な Windows 3.x の外観になる。それ以降のバージョンの Windows を使用している場合,ビットマップボタンは新しい外観になる

bsWin31

どのバージョンの Windows を実行しているかに関係なく標準の Windows 3.1 の外観になる

bsNew

どのバージョンの Windows を実行しているかに関係なく新しいビットマップボタンの外観になる



関連項目