IUIX_Combo::SetItemParam Method

From PDF XChange PDF SDK
Revision as of 09:48, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Sets parameter value for a required item.

Syntax

HRESULT SetItemParam([in]  LONG     nItem,
                     [in]  PARAM_T  nParam);

Parameters

nItem
[in] number of an item to set new parameter for.
nParam
[in] new parameter value.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Combo