IUIX_CmdItemBox::Index Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_CmdItemBox::index Property}}
+
{{#customTitle:IUIX_CmdItemBox::Index Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|index Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox#Properties|Index|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''index''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Value of LONG ...
+
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 get_index([out, retval]  LONG*  pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Index([out, retval]  LONG*  nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Latest revision as of 08: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);

See Also

IUIX_CmdItemBox