IUIX_CmdItemBox::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_CmdItemBox::Item Property}}
 
{{#customTitle:IUIX_CmdItemBox::Item Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox#Properties|Item|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Pointer to [[PXV:IUIX_CmdItem|IUIX_CmdItem]] ...
+
Property '''Item''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Pointer to [[PXV:IUIX_CmdItem|IUIX_CmdItem]] containing the command item.
  
 
== 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** pItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index of the command item in the command items box.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Latest revision as of 08:33, 24 March 2016


Property Item of interface IUIX_CmdItemBox returns Pointer to IUIX_CmdItem containing the command item.

Syntax

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

Parameters

nIndex
[in] Value of ULONG containing the index of the command item in the command items box.

See Also

IUIX_CmdItemBox