Vcl.Forms.TControlScrollBar.ButtonSize
Delphi
property ButtonSize: Integer read FButtonSize write SetButtonSize default 0;
C++
__property int ButtonSize = {read=FButtonSize, write=SetButtonSize, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TControlScrollBar |
Description
Specifies the sizes of the buttons in the scroll bar.
Use ButtonSize to specify the sizes of the buttons in the scroll bar. If the scroll bar is horizontal, ButtonSize is the width of the arrow buttons in pixels. If the scroll bar is vertical, ButtonSize is the height of the arrow buttons in pixels.