Skip to main content

TcxCustomProgressBarProperties.ShowOverload Property

Specifies whether an overload bar is displayed.

Declaration

property ShowOverload: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The progress bar control enables you to display an overload bar – a part of the progress bar with different style settings. This bar is displayed in the range specified by the OverloadValue and Position properties. The style of the bar is controlled by the OverloadBeginColor and OverloadEndColor properties. Please refer to these property descriptions for details.

The overload bar cannot be displayed if:

The default value of the ShowOverload property is False.

See Also