Skip to main content

TcxCustomProgressBarProperties Class

Contains properties specific to progress bar controls.

Declaration

TcxCustomProgressBarProperties = class(
    TcxCustomEditProperties
)

Remarks

The TcxCustomProgressBarProperties class serves as the base for the TcxProgressBarProperties object. This object can be accessed via the progress bar’s Properties property.

The TcxCustomProgressBarProperties class implements all the functionality needed by its descendant. The TcxProgressBarProperties class simply publishes some of the properties.

See Also