Vcl.ComCtrls.TStatusPanelStyle
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)イベントハンドラにより描画される。 |