IUIX_CmdBar::DeleteBoxes Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 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|DeleteBoxes | + | {{#parentPage:PXV:IUIX_CmdBar#Methods|DeleteBoxes|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes given number of the [[PXV:IUIX_CmdItemBox|command item boxes]] from the command bar starting from the given index. | |
== Syntax == | == Syntax == | ||
Line 13: | 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 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 02: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.