RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TScrollBarStyle Enumeration

TScrollBarStyle specifies a scroll bar style.

Pascal
TScrollBarStyle = (
  ssRegular,
  ssFlat,
  ssHotTrack
);
C++
enum TScrollBarStyle {
  ssRegular,
  ssFlat,
  ssHotTrack
};

TScrollBarStyle can have one of the following values:

Value 
Meaning 
ssRegular  
The scroll bar is normal.  
ssFlat  
The scroll bar is flat.  
ssHotTrack  
The scroll bar uses hot tracking.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!