Vcl.StdCtrls.TScrollBar.PageSize

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

Delphi

property PageSize: Integer read FPageSize write SetPageSize;

C++

__property int PageSize = {read=FPageSize, write=SetPageSize, nodefault};

プロパティ

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

説明

スクロールボックスのサイズを指定します。

PageSize はスクロールボックスのサイズで,PositionMin,および Max プロパティと同じ単位で測定されます(ピクセル単位ではない)。

関連項目