IUIX_Combo::MoveItem Method

From PDF XChange PDF SDK
Revision as of 07:55, 8 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Moves combo box item at nItem position to nNewIndex position in a list.

Syntax

HRESULT MoveItem([in]  LONG  nItem,
                 [in]  LONG  nNewIndex);

Parameters

nItem
[in] position of an item to move.
nNewIndex
[in] new item position.

Return Value

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

See Also

See also IUIX_Combo.