Vcl.ComCtrls.TTrackBar.ThumbLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ThumbLength: Integer read GetThumbLength write SetThumbLength default 20;

C++

__property int ThumbLength = {read=GetThumbLength, write=SetThumbLength, default=20};

Properties

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

Description

Specifies the length of the track bar's slider.

Use ThumbLength to get or set the length of the track bar's slider.