IUIX_Combo::MoveItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[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}}
{{ToWrite}}
+
{{ToReview}}
+
  
The method of interface of PDF-XChange Editor SDK.
+
 
 +
Moves combo box item at '''nItem''' position to '''nNewIndex''' position in a list.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nItem
 
;nItem
:[in]  Value of LONG.
+
:[in]  position of an item to move.
 
;nNewIndex
 
;nNewIndex
:[in]  Value of LONG.
+
:[in]  new item position.
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Combo|IUIX_Combo]].
+
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest revision as of 14:18, 15 June 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 the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo