[Overview][Types][Classes][Index] |
Draws the control with the borders and style needed.
Source position: toolwin.pp line 64
protected procedure TToolWindow.Paint; override; |
Paint is an overridden procedure that draws the control with the borders and styles indicated in EdgeBorders, EdgeInner, and EdgeOuter. Paint calls DrawEdge to render the control, and calls the inherited Paint method.
|
Indicates the edges to be drawn with a border on the control. |
|
|
Specifies the drawing style used for the outer border of the control. |
|
|
Specifies the drawing style used for the inner border of the control. |
Version 4.0 | Generated 2025-05-03 | Home |