Vcl.ComCtrls.TStatusPanelStyle

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

Delphi

TStatusPanelStyle = (psText, psOwnerDraw);

C++

enum DECLSPEC_DENUM TStatusPanelStyle : unsigned char { psText, psOwnerDraw };

プロパティ

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

説明

TStatusPanelStyle は,ステータスバーにあるパネルの内容の種類を示します。

TStatusPanelStyle は,TStatusPanel の Style プロパティの値を列挙します。



意味

psText

パネルは Text プロパティの値を表示される。

psOwnerDraw

パネルは,OnDrawPanel(TStatusBar)イベントハンドラにより描画される。



関連項目