IUIX_CmdPane::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdPane::Item Property}} | {{#customTitle:IUIX_CmdPane::Item Property}} | ||
{{#parentPage:PXV:IUIX_CmdPane#Properties|Item|property}} | {{#parentPage:PXV:IUIX_CmdPane#Properties|Item|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Item''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns Pointer to [[PXV:IUIX_CmdLine|IUIX_CmdLine]] | + | Property '''Item''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns Pointer to [[PXV:IUIX_CmdLine|IUIX_CmdLine]] containing the command pane's command line. |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index of the command line. |
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdPane|IUIX_CmdPane]] | [[PXV:IUIX_CmdPane|IUIX_CmdPane]] |
Latest revision as of 02:27, 25 March 2016
Property Item of interface IUIX_CmdPane returns Pointer to IUIX_CmdLine containing the command pane's command line.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_CmdLine** pItem);
Parameters
- nIndex
- [in] Value of ULONG containing the index of the command line.