[Overview][Types][Classes][Procedures and functions][Index] |
Represents the drawing styles available for tool bar bands.
Source position: extctrls.pp line 1432
type TBandDrawingStyle = ( |
||
dsNormal, |
|
Bands are drawn noramlly using the color for the control bar. |
dsGradient |
|
Bands are drawn using a gradient for the background colors. |
); |
TBandDrawingStyle is an enumeration type with values representing the drawing styles available for tool bar bands. TBandDrawingStyle is the type used for the DrawingStyle property in TCustomControlBar.
|
Fill style used for bands on the control bar. |