IUIX_Combo::MoveItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::MoveItem Method}} | {{#customTitle:IUIX_Combo::MoveItem Method}} | ||
Line 20: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]]. |
Revision as of 06:13, 20 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.