Vcl.ComCtrls.TCoolBand.FixedSize

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

Delphi

property FixedSize: Boolean read FFixedSize write SetFixedSize default False;

C++

__property bool FixedSize = {read=FFixedSize, write=SetFixedSize, default=0};

プロパティ

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

説明

実行時にバンドをサイズ変更できるかどうかを決めます。

FixedSize プロパティを true に設定すると,ユーザーがバンドのサイズを変更しなくて済みます。

関連項目