IUIX_CmdItemBox::Index Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
− | {{#customTitle:IUIX_CmdItemBox:: | + | {{#customTitle:IUIX_CmdItemBox::Index Property}} |
− | + | {{#parentPage:PXV:IUIX_CmdItemBox#Properties|Index|property}} | |
− | + | {{ToReview}} | |
+ | Property '''Index''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns Value of LONG containing the index of the command items box in the [[PXV:IUIX_CmdBar|command bar]]. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT | + | <pre class="brush:cpp;gutter:false">HRESULT get_Index([out, retval] LONG* nIndex); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] |
Latest revision as of 07:28, 24 March 2016
Property Index of interface IUIX_CmdItemBox returns Value of LONG containing the index of the command items box in the command bar.
Syntax
HRESULT get_Index([out, retval] LONG* nIndex);