This method sets the minimum value of the progress bar.
HRESULT put_Min( long lMin );
NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.
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.