IUIX_CmdBar::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdBar::Item Property}} | {{#customTitle:IUIX_CmdBar::Item Property}} | ||
{{#parentPage:PXV:IUIX_CmdBar#Properties|Item|property}} | {{#parentPage:PXV:IUIX_CmdBar#Properties|Item|property}} | ||
− | |||
{{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** | + | [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 == | ||
[[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.