IUIX_CmdBar::DeleteBoxes Method

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

Latest revision as of 03:36, 25 March 2016


Removes given number of the command item boxes from the command bar starting from the given index.

Syntax

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

Parameters

nIndex
[in] Value of LONG containing the starting index.
nCount
[in, defaultvalue(1)] Value of LONG containing the number of the command item boxes that will be removed from the command bar.

Return Value

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

See Also

IUIX_CmdBar