Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TBandPaintOptions

Set type used to store values from the TBandPaintOption enumeration.

Declaration

Source position: extctrls.pp line 1496

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 the OnBandPaint event in TControlBar.

);

Description

TBandPaintOptions is the type passed as an argument in a TBandPaintEvent event handler. Values in the set determine the drawing style used to display a band on a TControlBar instance.

See also

TBandPaintOption

  

Represents the paint options enabled when drawing a TControlBar.

TBandPaintEvent

  

Specifies an event handler used to perform actions needed when a band in TCustomControlBar is painted.

TCustomControlBar.DoBandPaint

  

Signals the OnBandPaint event handler using the specified arguments.

TCustomControlBar.Paint

  

Draws the control with its image, decorations, and visible bands.



CT Web help

CodeTyphon Studio