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

TToolBar.OnPaint

Event handler signalled when the Paint method is called for the control.

Declaration

Source position: comctrls.pp line 2393

published property TToolBar.OnPaint : TNotifyEvent
  read FOnPaint
  write FOnPaint;

Description

Signalled after the inherited Paint method has been performed. The Sender argument contains the TToolBar instance for the notification.