IUIX_CmdItemBox::DeleteItems Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::DeleteItems Method}}
 
{{#customTitle:IUIX_CmdItemBox::DeleteItems Method}}
 +
{{#parentPage:PXV:IUIX_CmdItemBox#Methods|DeleteItems|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes items from the command items box.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT DeleteItems([in] LONG nIndex, [in, optional] LONG nCount);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT DeleteItems([in]                   LONG nIndex,
 +
                    [in, defaultvalue(1)] LONG nCount);</pre>
  
 
== 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, optional]  Value of LONG.
+
:[in, defaultvalue(1)]  Value of LONG containing the number of the command items that should be removed.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

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