2.2.6.23.6 progressBox::SetRange

Description

Set the integer range for the progressbox to loop through. If you do not call this method, the default range of 0 to 100 will be used.

Syntax

BOOL SetRange( int nMin, int nMax )

Parameters

nMin
[input] beginning value
nMax
[input] end value

Return

TRUE if the range is reasonable, FALSE otherwise.

Examples

Remark

See Also

progressBox::Set

Header to Include

origin.h