IUIX_Layout::MoveItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Layout::MoveItem Method}} | {{#customTitle:IUIX_Layout::MoveItem Method}} | ||
Line 24: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Layout|IUIX_Layout]]. |
Revision as of 06:32, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT MoveItem([in] IUIX_LayoutItem* pItem, [in] IUIX_LayoutItem* pDestParentContainer, [in, defaultvalue(-1)] LONG nDestInsertBeforeChild);
Parameters
- pItem
- [in] Pointer to IUIX_LayoutItem.
- pDestParentContainer
- [in] Pointer to IUIX_LayoutItem.
- nDestInsertBeforeChild
- [in, defaultvalue(-1)] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.