IUIX_CmdBar::Item Property

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

Latest revision as of 06:37, 25 March 2016


Property Item of interface IUIX_CmdBar returns Pointer to IUIX_CmdItemBox containing the command bar's command items box.

Syntax

HRESULT get_Item([in]           ULONG              nIndex,
                 [out, retval]  IUIX_CmdItemBox**  pBox);

Parameters

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

See Also

IUIX_CmdBar