Vcl.Forms.TControlScrollBar.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TScrollBarStyle read FStyle write SetStyle default ssRegular;

C++

__property TScrollBarStyle Style = {read=FStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TControlScrollBar

Description

Specifies the scroll bar's style.

Use Style to specify the scroll bar's style. The style determines whether the scroll bar appears three-dimensional, flat, or uses hot tracking.