IASProgressBar::put_Min

This method sets the minimum value of the progress bar.

Syntax

HRESULT put_Min( long lMin );

Parameters

lMin
Long integer that specifies the minimum value of the progress bar.

Return Values

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

Remarks

If you set the minimum value of the progress bar to a value that is greater than the current maximum value of the progress bar, the maximum value of the progress bar is reset to the value specified for the minimum value of the progress bar.

See Also

IASProgressBar::get_Min