IUIX_CmdItem::FlatIndex Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::FlatIndex Property}}
 
{{#customTitle:IUIX_CmdItem::FlatIndex Property}}
{{#parentPage:PXV:IUIX_CmdItem#Properties|FlatIndex Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|FlatIndex|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''FlatIndex''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of LONG ...
+
Property '''FlatIndex''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of LONG containing the index of the item inside the [[PXV:IUIX_CmdBar|command bar]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FlatIndex([out, retval]  LONG*  pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FlatIndex([out, retval]  LONG*  nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]
 
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:26, 23 March 2016


Property FlatIndex of interface IUIX_CmdItem returns Value of LONG containing the index of the item inside the command bar.

Syntax

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

See Also

IUIX_CmdItem