IUIX_Combo::MoveItem Method
From PDF XChange PDF SDK
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 the operation was successful, or will return an error code if it fails.