IUIX_CmdPane::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdPane::Item Property}}
 
{{#customTitle:IUIX_CmdPane::Item Property}}
{{#parentPage:PXV:IUIX_CmdPane|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_CmdLine** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG           nIndex,
 +
                [out, retval] IUIX_CmdLine** pItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index of the command line.
  
 
== See Also ==
 
== 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