Skip to main content

TcxTrackBarProperties Class

Represents the class containing track bar editor specific settings.

Declaration

TcxTrackBarProperties = class(
    TcxCustomTrackBarProperties
)

Remarks

The TcxTrackBarProperties object can be accessed using the Properties property of the track bar editor. This object declares the properties representing settings specific to track bar editors. These settings allow you to customize the styles of the elements comprising the control, its orientation, the layout of tick marks, etc. Also, it provides access to the OnChange event used to respond to changes in the thumb’s position.

All the TcxTrackBarProperties object’s functionality is implemented by its ancestor – the TcxCustomTrackBarProperties class. The descendant simply publishes some properties and events.

See Also