IUIX_CmdMenu::DeleteItem Method

From PDF XChange PDF SDK
Jump to: navigation, search


Removes item by index from the command menu.

Syntax

HRESULT DeleteItem([in]  LONG  nIndex);

Parameters

nIndex
[in] Value of LONG containing the index of the command that should be removed.

Return Value

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

See Also

IUIX_CmdMenu