Skip to main content

TcxCustomTrackBarProperties Class

Contains track bar properties.

Declaration

TcxCustomTrackBarProperties = class(
    TcxCustomEditProperties
)

Remarks

This class is the base class for the TcxTrackBarProperties class. The latter can be accessed via the Properties property of the TcxTrackBar control. It holds settings specific to the track bar editor. These properties control the appearance and behavior of the control. They allow you to set the maximum and minimum allowed values, the colors of elements within the control, the layout of the scale, etc. It also provides the OnChange event and this can be handled in response to edit value changes.

The TcxCustomTrackBarProperties class implements all the functionality needed by its descendant. The derived TcxTrackBarProperties class simply publishes some properties and the one event.

See Also