Vcl.ComCtrls.TCoolBand.MinWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinWidth: Integer read FMinWidth write SetMinWidth default 0;

C++

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

Properties

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

Description

Determines the minimum width for the band.

The MinWidth property determines the smallest width to which the band can be resized at runtime.

See Also