[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether the edges of the splitter bar are beveled.
Source position: extctrls.pp line 424
public property TCustomSplitter.Beveled : Boolean |
Beveled is a Boolean property which controls whether the splitter is drawn with a beveled appearance. The default value for the property is False. Changing the value for the property causes the control to be redrawn.
Beveled is used in the Paint method. When set to True, the DrawEdge method in ThemeServices is used to render a raised outer edge on the splitter control. When set to False, a bevel is not drawn on the splitter control.
|
Draws the splitter control. |
|
|
Provides access to the Theme Services singleton for the widgetset. |
|
|
Default drawing for the edges on a themed element. |
Version 4.0 | Generated 2025-05-03 | Home |