IUIX_CmdItemBox::MoveItems Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::MoveItems Method}}
 
{{#customTitle:IUIX_CmdItemBox::MoveItems Method}}
{{#parentPage:PXV:IUIX_CmdItemBox|MoveItems Method|method}}
+
{{#parentPage:PXV:IUIX_CmdItemBox#Methods|MoveItems|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Moves command items between command item boxes.
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the starting index of the items that should be moved.
 
;nNewIndex
 
;nNewIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the index in the destination command items box where the commands would be moved to.
 
;nCount
 
;nCount
:[in, defaultvalue(1)]  Value of LONG.
+
:[in, defaultvalue(1)]  Value of LONG containing the number of items in the source command items box that should be moved.
 
;pNewBox
 
;pNewBox
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] containing the destination command items box.
  
 
== Return Value ==
 
== Return Value ==
Line 28: Line 27:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Latest revision as of 08:20, 24 March 2016


Moves command items between command item boxes.

Syntax

HRESULT MoveItems([in]                      LONG              nIndex,
                  [in]                      LONG              nNewIndex,
                  [in, defaultvalue(1)]     LONG              nCount,
                  [in, defaultvalue(NULL)]  IUIX_CmdItemBox*  pNewBox);

Parameters

nIndex
[in] Value of LONG containing the starting index of the items that should be moved.
nNewIndex
[in] Value of LONG containing the index in the destination command items box where the commands would be moved to.
nCount
[in, defaultvalue(1)] Value of LONG containing the number of items in the source command items box that should be moved.
pNewBox
[in, defaultvalue(NULL)] Pointer to IUIX_CmdItemBox containing the destination command items box.

Return Value

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

See Also

IUIX_CmdItemBox