Max Property

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

Specifies the maximum position value.

Declaration

componentPropObj.Max
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

The Max property lets you get or set the maximum position value that is represented by a TcxProgressBarcomponent. The Max and Min properties define the total range for Position.

Note that the Max property cannot be set to a value less than the Min property value, and vice versa.

Property Value

A floating-point number that determines the maximum position represented by the component. The default value is 100.

See Also

MinValue Property
Position Property

Highlight search results