Back to Devexpress

TdxCustomZoomTrackBar Class

vcl-dxzoomtrackbar-830803d5.md

latest2.3 KB
Original Source

TdxCustomZoomTrackBar Class

The base class for zoom track bar editors.

Declaration

delphi
TdxCustomZoomTrackBar = class(
    TcxCustomTrackBar
)

Remarks

A zoom track bar editor (TdxZoomTrackBar/TdxDBZoomTrackBar) is inspired by a zoom slider found in Microsoft Office® applications. Compared to a simple track bar, a zoom track bar displays two different adjacent track scales for more granular thumb positioning.

Terminal TdxCustomZoomTrackBar Class Descendants

Do not use the TdxCustomZoomTrackBar class directly. Use the following descendants instead:

TdxZoomTrackBarAn unbound zoom track bar editor similar to the zoom slider found in Microsoft Office.TdxDBZoomTrackBarA data-aware zoom track bar editor similar to the zoom slider found in Microsoft Office.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTrackBar TdxCustomZoomTrackBar

See Also

TdxCustomRangeTrackBar Class

TdxCustomZoomTrackBar Members

dxZoomTrackBar Unit