Vcl.ComCtrls.TCoolBand.MinWidth

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

Delphi

property MinWidth: Integer read FMinWidth write SetMinWidth default 0;

C++

__property int MinWidth = {read=FMinWidth, write=SetMinWidth, default=0};

プロパティ

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

説明

バンドの最小の幅です。

MinWidth プロパティは,実行時にバンドの幅をどこまで小さくサイズ変更できるかを決めます。

関連項目