This method sets the minimum value for the integer spinner item.
HRESULT put_Min( long lMin );
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.
If the passed value is larger than the current maximum value, the maximum value is set to be the same as the new minimum value.