IUIX_CmdMenu::DeleteItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdMenu::DeleteItem Method}}
 
{{#customTitle:IUIX_CmdMenu::DeleteItem Method}}
 
{{#parentPage:PXV:IUIX_CmdMenu#Methods|DeleteItem|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 13: 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 ==

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