IUIX_CmdItem::Index Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_CmdItem::index Property}}
+
{{#customTitle:IUIX_CmdItem::Index Property}}
 
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|Index|property}}
Property '''index''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of LONG ...
+
{{ToReview}}
  
 +
Property '''Index''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of LONG gets index of the item in the command's [[PXV:IUIX_CmdItemBox|box]].
  
 
== 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 ==
See also [[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:25, 23 March 2016


Property Index of interface IUIX_CmdItem returns Value of LONG gets index of the item in the command's box.

Syntax

HRESULT get_Index([out, retval]  LONG*  nIndex);

See Also

IUIX_CmdItem