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