[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Draws the button in its current state
Source position: popupnotifier.pas line 50
public procedure TNotifierXButton.Paint; override; |
Paint is an overridden procedure which draws the button using the Canvas for the control. Paint ensures that the pen and brush cointain the correct values needed to draw the button in its current state. Paint calls the inherited method prior to exit.
lazarus-ccr.sourceforge.net |