IUIX_CmdMenu::CopyItemsFrom 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_CmdMenu::CopyItemsFrom Method}}
 
{{#customTitle:IUIX_CmdMenu::CopyItemsFrom Method}}
{{#parentPage:PXV:IUIX_CmdMenu|CopyItemsFrom Method|method}}
+
{{#parentPage:PXV:IUIX_CmdMenu#Methods|CopyItemsFrom|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies menu items from the given command menu.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pSrcMenu
 
;pSrcMenu
:[in]  Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
:[in]  Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] containing the source command menu.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:17, 31 March 2016


Copies menu items from the given command menu.

Syntax

HRESULT CopyItemsFrom([in]  IUIX_CmdMenu*  pSrcMenu);

Parameters

pSrcMenu
[in] Pointer to IUIX_CmdMenu containing the source command menu.

Return Value

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

See Also

IUIX_CmdMenu