Vcl.ComCtrls.TCoolBand.FixedBackground

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

Delphi

property FixedBackground: Boolean read FFixedBackground write SetFixedBackground default True;

C++

__property bool FixedBackground = {read=FFixedBackground, write=SetFixedBackground, default=1};

プロパティ

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

説明

バンド内で背景を位置合わせし直すかどうかを決めます。

ParentBitmap プロパティが true の場合,バンドが表示する背景はバンドを所有する TCoolBar と同じになります。通常,FixedBackground プロパティが true の場合,その背景が TCoolBar 全体を覆います。FixedBackground を false に設定すると,背景は個々のバンド内で位置合わせし直すので,TCoolBarBitmap イメージはバンドの左上隅を起点として配置されます。

関連項目