IUIX_CmdLine::Item Property

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

Latest revision as of 02:41, 25 March 2016


Property Item of interface IUIX_CmdLine returns Pointer to IUIX_CmdBar containing the command bar by the given index.

Syntax

HRESULT get_Item([in]           ULONG          nIndex,
                 [out, retval]  IUIX_CmdBar**  pItem);

Parameters

nIndex
[in] Value of ULONG index of the command bar inside of the command line.

See Also

IUIX_CmdLine