Vcl.Forms.TScrollBox.BorderStyle
Delphi
property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;
C++
__property TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScrollBox |
Description
Specifies whether the scroll box has a border.
Use BorderStyle to get or set whether the scroll box has a border.