ShowOverload Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether the overload bar is displayed.

Declaration

componentPropObj.ShowOverload
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxProgressBarProperties

Description

Use the ShowOverload property to specify the visibility of the Overload Bar. The overload bar is a special area of the TcxProgressBar component and has the same bar style as the main progress bar, but has its own colors: OverloadBeginColor and OverloadEndColor. The OverloadValue property defines the position value where the overload bar starts. When the ShowOverload property is enabled and the current position is greater than specified by the OverloadValue, then the bar area between them is drawn with overload color(s).

Property Value

True if overload bar is shown and False otherwise.

See Also

OverloadBeginColor Property
OverloadEndColor Property
OverloadValue Property

Highlight search results