Skip to main content

TdxCustomZoomTrackBarProperties Class

Serves as the base class for classes that contain zoom track bar settings.

Declaration

TdxCustomZoomTrackBarProperties = class(
    TcxCustomTrackBarProperties
)

Remarks

This class extends its ancestor classes with properties that allow you to customize the appearance and behavior of zoom track bar editors. Most of these properties are identical to those found in track bar editors (see TcxCustomTrackBarProperties for reference) and are simply initialized with the values that underpin the zoom track bar’s design. In addition, the TdxCustomZoomTrackBarProperties class introduces the FirstRange and SecondRange option sets, which contain individual settings for adjacent scale ranges used in zoom track bars.

The TdxCustomZoomTrackBarProperties class implements the essential functionality required by zoom track bar editors. The derived TdxZoomTrackBarProperties class simply publishes the inherited properties and events.

A TdxCustomZoomTrackBarProperties object is referenced by the TdxCustomZoomTrackBar.Properties property.

See Also