IUIX_CmdBar::DeleteBoxes Method

From PDF XChange PDF SDK
Revision as of 03:36, 25 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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