Vcl.ComCtrls.TCoolBand.MinHeight

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

Delphi

property MinHeight: Integer read FMinHeight write SetMinHeight default 25;

C++

__property int MinHeight = {read=FMinHeight, write=SetMinHeight, default=25};

プロパティ

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

説明

バンドの最小の高さを決めます。

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

関連項目