IUIX_CmdBar::DeleteBoxes Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::DeleteBoxes Method}}
 
{{#customTitle:IUIX_CmdBar::DeleteBoxes Method}}
{{#parentPage:PXV:IUIX_CmdBar#Methods|DeleteBoxes Method|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 ==
Line 14: Line 13:
 
== 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 22: Line 21:
  
 
== 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