LightBevelColor
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Contents
Description
The currently selected operating system color for drawing light lines in dividing lines and group boxes.
Syntax
result=LightBevelColor
Part | Type | Description |
---|---|---|
result | Color | The color used for drawing the light lines in dividing lines and group boxes. |
Notes
This value is useful when you are using Canvas controls to create custom controls. When drawing controls like dividing lines and GroupBoxes, use this color for the light portions of the object (usually the top and left sides of the object).
This value can be changed by the user, so you should access this value in the Paint event handler rather than storing the value.
See Also
DarkBevelColor, DarkTingeColor, DisabledTextColor, FillColor, FrameColor, HighlightColor, LightTingeColor, TextColor functions; Color data type.