[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomControlBar.OnBandPaint

Event handler signalled to render a visible band on the specified control with the specified paint options.

Declaration

Source position: extctrls.pp line 1677

public property TCustomControlBar.OnBandPaint : TBandPaintEvent
  read FOnBandPaint
  write FOnBandPaint;

Description

OnBandPaint is a TBandPaintEvent property with the event handler signalled to render a band with the specified paint options. OnBandPaint is signalled from the DoBandPaint method, and occurs when the Paint method draws each of the visible bands for the control bar.

See also

TCustomControlBar.DoBandPaint

  

Signals the OnBandPaint event handler using the specified arguments.

TCustomControlBar.Paint

  

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

TBandPaintEvent

  

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


Version 4.0 Generated 2025-05-03 Home