IUIX_CmdCollection::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdCollection::Item Property}} | {{#customTitle:IUIX_CmdCollection::Item Property}} | ||
{{#parentPage:PXV:IUIX_CmdCollection#Properties|Item|property}} | {{#parentPage:PXV:IUIX_CmdCollection#Properties|Item|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Item''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] | + | Property '''Item''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command at the given index inside the command collection. |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index of the command. |
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] | [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] |
Latest revision as of 04:28, 4 April 2016
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.