Stores values from the TBandPaintOption enumeration.
Source position: extctrls.pp line 1434
type TBandPaintOptions = set of ( |
||
bpoGrabber, |
|
Band is drawn with a grabber or gripper. |
bpoFrame, |
|
Band is drawn with a frame around the outer edges. |
bpoGradient, |
|
Band is drawn using a gradient in the background color. |
bpoRoundRect |
|
Not used internally, but available to OnBandPaint. |
); |
|
Represents the paint options enabled when drawing a TControlBar. |