IUIX_CmdItemBox::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::Item Property}}
 
{{#customTitle:IUIX_CmdItemBox::Item Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox|Item Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_CmdItem** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG           nIndex,
 +
                [out, retval] IUIX_CmdItem** ppItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
 
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].

Revision as of 06:37, 23 April 2015


Property Item of interface IUIX_CmdItemBox returns Pointer to IUIX_CmdItem ...

Syntax

HRESULT get_Item([in]           ULONG           nIndex,
                 [out, retval]  IUIX_CmdItem**  ppItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IUIX_CmdItemBox.