Vcl.ComCtrls.TCoolBar.ShowText

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

Delphi

property ShowText: Boolean read FShowText write SetShowText default True;

C++

__property bool ShowText = {read=FShowText, write=SetShowText, default=1};

プロパティ

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

説明

バンド上にテキストを表示するかどうかを指定します。

ShowText プロパティが true ならば,実行時に各 TCoolBandText 文字列がバンドに表示されます。ShowText プロパティが false ならば,表示されるのは,バンドにリンクされている TWinControl だけです。

関連項目