IUIX_CmdItemBox::DeleteItems Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdItemBox::DeleteItems Method}}
 
{{#customTitle:IUIX_CmdItemBox::DeleteItems Method}}
 
{{#parentPage:PXV:IUIX_CmdItemBox#Methods|DeleteItems|method}}
 
{{#parentPage:PXV:IUIX_CmdItemBox#Methods|DeleteItems|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes items from the command items box.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the starting index of the items that should be removed.
 
;nCount
 
;nCount
:[in, defaultvalue(1)]  Value of LONG.
+
:[in, defaultvalue(1)]  Value of LONG containing the number of the command items that should be removed.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 07:53, 24 March 2016


Removes items from the command items box.

Syntax

HRESULT DeleteItems([in]                   LONG  nIndex,
                    [in, defaultvalue(1)]  LONG  nCount);

Parameters

nIndex
[in] Value of LONG containing the starting index of the items that should be removed.
nCount
[in, defaultvalue(1)] Value of LONG containing the number of the command items that should be removed.

Return Value

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

See Also

IUIX_CmdItemBox