IASPowerListBoxIntSpinner::put_Min

This method sets the minimum value for the integer spinner item.

Syntax

HRESULT put_Min( long lMin );

Parameters

lMin
Long integer that contains the minimum value for the integer spinner.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.

Remarks

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.