OverloadValue Property

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

Defines the starting position for the overload bar.

Declaration

componentPropObj.OverloadValue
Read-Write Property Float
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxProgressBarProperties

Description

Use the OverloadValue property to set or get the position where the overload bar starts. The overload bar is an area of the progress bar component where position values are greater than the OverloadValue value and less than Position. If the ShowOverload property is enabled, then the overload area is filled with colors specified by the OverloadBeginColor and OverloadEndColor properties.

Property Value

A floating-point value indicating where the overload bar begins on a component.

Remarks

The value of the OverloadValue property should be specified within the Min - Max range of the TcxProgressBar component.

See Also

OverloadBeginColor Property
OverloadEndColor Property
ShowOverload Property

Highlight search results