vcl-dxrangecontrol-e44b7312.md
The base class for all classes that implement range control color settings.
TdxCustomRangeControlStyle = class(
TdxRangeControlBaseStyle
)
This class extends its ancestor with properties that allow you to customize:
The content area’s background colors (Color and OutOfRangeColor);
The colors used to paint the range control’s border lines (BorderColor and ElementBorderColor);
The color used to paint a disabled range control (DisabledColor);
The colors of a selection and its borders (SelectionColor and SelectionBorderColor);
The colors used to paint the Zoom&Scroll bar (ZoomScrollBarColor, ZoomScrollBarSelectedRangeThumbColor, and ZoomScrollBarVisibleRangeThumbColor).
A TdxCustomRangeControlStyle object is referenced by the Style property provided by the range control.
TObject TPersistent TcxOwnedPersistent TdxRangeControlBaseStyle TdxCustomRangeControlStyle
See Also