Vcl.ComCtrls.TCoolBand.MinHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinHeight: Integer read FMinHeight write SetMinHeight default 25;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Determines the minimum height for the band.

The MinHeight property determines the smallest height to which the band can be resized at runtime.

See Also