Skip to main content

TdxCustomZoomTrackBar.ActiveProperties Property

Provides access to the properties that are currently applied to the zoom track bar editor.

Declaration

property ActiveProperties: TdxCustomZoomTrackBarProperties read;

Property Value

Type Description
TdxCustomZoomTrackBarProperties

Stores zoom track bar editor settings.

Remarks

Use the ActiveProperties property to identify settings that currently affect the editor.

Note

You cannot use the ActiveProperties property to change editor settings. To accomplish this goal, use the Properties property instead.

See Also