Vcl.ComCtrls.TTrackBar.ThumbLength

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

Delphi

property ThumbLength: Integer read GetThumbLength write SetThumbLength default 20;

C++

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

プロパティ

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

説明

トラックバーのスライダの長さを指定します。

ThumbLength プロパティを使用すると,トラックバーのスライダの長さを取得したり,設定したりできます。