IUIX_CmdItemBox::DeleteItems Method

From PDF XChange PDF SDK
Revision as of 07:53, 24 March 2016 by Palamar (Talk | contribs)

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


Removes items from the command items box.

Syntax

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

Parameters

nIndex
[in] Value of LONG containing the starting index of the items that should be removed.
nCount
[in, defaultvalue(1)] Value of LONG containing the number of the command items that should be removed.

Return Value

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

See Also

IUIX_CmdItemBox