IPXC_ActionsList::Item Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_ActionsList::Item Property}} | {{#customTitle:IPXC_ActionsList::Item Property}} | ||
− | + | Gets action by index from the actions list. | |
− | + | ||
== Syntax == | == Syntax == | ||
Line 11: | Line 10: | ||
== Parameters == | == Parameters == | ||
;''index'' | ;''index'' | ||
− | :[in] | + | :[in] Index of the action you want to get from the actions list. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]]. | See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]]. |
Revision as of 23:59, 15 April 2015
Gets action by index from the actions list.
Syntax
HRESULT get_Item([in] ULONG index, [out, retval] IPXC_Action** ppAction);
Parameters
- index
- [in] Index of the action you want to get from the actions list.
See Also
See also IPXC_ActionsList.