IASProgressBar::get_RangeValue

This method gets the starting value for the specified range.

Syntax

HRESULT get_RangeValue( long lRangeIndex, long *plRangeValue );

Parameters

lRangeIndex
Long integer that indicates the index of the desired range.
plRangeValue
Pointer to a long integer that contains the starting value for the specified range.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

Remarks

Progress bars can be broken into two or more ranges, each of a different color. For example, if a progress bar can take a value between 0 and 10 and is divided into three ranges: red, green, and blue, then the RangeCount property is 3, and the related properties are listed in the following table.

Index
Color
RangeValue
Range
0 Red 0 0 - 3
1 Green 4 4 - 7
2 Blue 8 8-10

See Also

IASProgressBar, IASProgressBar::put_RangeValue