Vcl.ComCtrls.TCoolBar.ShowText
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 ならば,実行時に各 TCoolBand の Text 文字列がバンドに表示されます。ShowText プロパティが false ならば,表示されるのは,バンドにリンクされている TWinControl だけです。