IASPowerListBoxIntSpinner::put_Value

This method sets the value currently displayed by the integer spinner item.

Syntax

HRESULT put_Value ( long lValue );

Parameters

lValue
Long integer that contains the value to be displayed.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory. E_INVALIDARG indicates that the value is out of range of the current maximum or minimum.