IUIX_CmdPane::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{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 03: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.

See Also

IUIX_CmdPane