IUIX_Combo::MoveItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::MoveItem Method}}
 
{{#customTitle:IUIX_Combo::MoveItem Method}}
{{#parentPage:PXV:IUIX_Combo|MoveItem Method|method}}
+
{{#parentPage:PXV:IUIX_Combo#Methods|MoveItem Method|method}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 22:26, 21 May 2015


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

IUIX_Combo.