Vcl.Forms.TScrollingWinControl.VertScrollBar
Delphi
property VertScrollBar: TControlScrollBar read FVertScrollBar write SetVertScrollBar;
C++
__property TControlScrollBar* VertScrollBar = {read=FVertScrollBar, write=SetVertScrollBar};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScrollingWinControl |
Description
Represents the vertical scroll bar for the scrolling windowed control.
Use VertScrollBar to hide, show, or manipulate the vertical scroll bar for the scrolling windowed control.
See Also
Code Examples