IUIX_CmdBar::DeleteBoxes Method

From PDF XChange PDF SDK
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