IASProgressBar::put_Steps

This method sets the number of divisions for the progress bar.

Syntax

HRESULT put_Steps( long lStep );

Parameters

lStep
Long integer that specifies the step value of the progress bar.

Return Values

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

See Also

IASProgressBar::get_Steps