IUIX_CmdCollection::Item Property

From PDF XChange PDF SDK
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