Vcl.ComCtrls.TStatusBar.SimplePanel

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

Delphi

property SimplePanel default False;

C++

__property SimplePanel = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

説明

ステータスバーが単数パネルと複数パネルのどちらを表示するかを判別します。

Vcl.ComCtrls.TStatusBar.SimplePanel は Vcl.ComCtrls.TCustomStatusBar.SimplePanel を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomStatusBar.SimplePanel を参照しています。

ステータスバーが単数パネルと複数パネルのどちらを表示するかを判別します。

SimplePanelTrue に設定されている場合、ステータスバーは、SimpleText 内のテキストを表示する単一のパネルから構成されます。SimplePanelFalse に設定されている場合、ステータスバーは Panels プロパティ内の各項目に対して別個のパネルを表示します。

メモ: SimplePanelFalse の場合、SimpleText プロパティを使用して、ステータスバーにテキストを表示することはできません。代わりに、Text プロパティをパネル オブジェクトのいずれかに設定する必要があります。

関連項目


コード サンプル