TScrollBarStyle specifies a scroll bar style.
TScrollBarStyle = ( ssRegular, ssFlat, ssHotTrack );
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!
|