IUIX_CmdCollection::Item Property

From PDF XChange PDF SDK
Revision as of 05:28, 4 April 2016 by Palamar (Talk | contribs)

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


Property Item of interface IUIX_CmdCollection returns Pointer to IUIX_Cmd containing the command at the given index inside the command collection.

Syntax

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

Parameters

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

See Also

IUIX_CmdCollection