IUIX_CmdItemBox::Item Property

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

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


Property Item of interface IUIX_CmdItemBox returns Pointer to IUIX_CmdItem containing the command item.

Syntax

HRESULT get_Item([in]           ULONG           nIndex,
                 [out, retval]  IUIX_CmdItem**  pItem);

Parameters

nIndex
[in] Value of ULONG containing the index of the command item in the command items box.

See Also

IUIX_CmdItemBox