TdxCustomRangeControlStyle Class
The base class for all classes that implement range control color settings.
Declaration
TdxCustomRangeControlStyle = class(
TdxRangeControlBaseStyle
)
Remarks
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.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlBaseStyle
TdxCustomRangeControlStyle
See Also