IUIX_CmdItemBox::DeleteItems Method
From PDF XChange PDF SDK
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.