[Overview][Types][Classes][Procedures and functions][Index] |
Draws the splitter control.
Source position: extctrls.pp line 405
protected procedure TCustomSplitter.Paint; override; |
Paint is an overridden procedure used to draw the splitter control. Paint calls the inherited Paint method, and adds additional logic to handle drawing the splitter control.
The OnPaint event handler is signalled (when assigned) to draw the splitter control.
When OnPaint is unassigned (contains Nil), an internal routine is used to paint the gripper bar using the TThemedRebar settings in ThemeServices. The control is drawn using the theme settings needed for the state in the Enabled and Beveled properties, and the internal MouseInControl member.
|
Indicates whether the edges of the splitter bar are beveled. |
|
|
Implements the default handler used to draw the control. |
|
|
Event handler signalled to paint the control. |
|
|
Determines whether the control responds to mouse or keyboard input. |
Version 4.0 | Generated 2025-05-03 | Home |