IUIX_CmdItemBox::MoveItems Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItemBox::MoveItems Method}} | {{#customTitle:IUIX_CmdItemBox::MoveItems Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdItemBox|method | + | {{#parentPage:PXV:IUIX_CmdItemBox#Methods|MoveItems|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Moves command items between command item boxes. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT MoveItems([in] LONG nIndex, [in] LONG nNewIndex, [in, defaultvalue(1)] LONG nCount, [in, defaultvalue(NULL)] IUIX_CmdItemBox* pNewBox);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT MoveItems([in] LONG nIndex, |
+ | [in] LONG nNewIndex, | ||
+ | [in, defaultvalue(1)] LONG nCount, | ||
+ | [in, defaultvalue(NULL)] IUIX_CmdItemBox* pNewBox);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the starting index of the items that should be moved. |
− | ; | + | ;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 |
− | :[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 |
− | :[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 24: | Line 27: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] |
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.