IUIX_CmdItemBox::MoveItems Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdItemBox::MoveItems Method}} | {{#customTitle:IUIX_CmdItemBox::MoveItems Method}} | ||
{{#parentPage:PXV:IUIX_CmdItemBox#Methods|MoveItems|method}} | {{#parentPage:PXV:IUIX_CmdItemBox#Methods|MoveItems|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == |
Latest revision as of 07: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.