IUIX_CmdBar::FlatDeleteItem Method

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

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


Removes command item from the command bar's command item box by the FlatIndex.

Syntax

HRESULT FlatDeleteItem([in]  LONG  nFlatIndex);

Parameters

nFlatIndex
[in] Value of LONG containing the FlatIndex of the command item that should be removed.

Return Value

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

See Also

IUIX_CmdBar