IUIX_CmdMenu::DeleteItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdMenu::DeleteItem Method}}
 
{{#customTitle:IUIX_CmdMenu::DeleteItem Method}}
{{#parentPage:PXV:IUIX_CmdMenu|DeleteItem Method|method}}
+
{{#parentPage:PXV:IUIX_CmdMenu#Methods|DeleteItem|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes item by index from the command menu.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the index of the command that should be removed.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:27, 31 March 2016


Removes item by index from the command menu.

Syntax

HRESULT DeleteItem([in]  LONG  nIndex);

Parameters

nIndex
[in] Value of LONG containing the index of the command that should be removed.

Return Value

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

See Also

IUIX_CmdMenu