IUIX_Icon::ItemsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Icon::ItemsCount Property}}
 
{{#customTitle:IUIX_Icon::ItemsCount Property}}
 +
{{#parentPage:PXV:IUIX_Icon#Properties|ItemsCount|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ItemsCount''' of interface [[PXV:IUIX_Icon|IUIX_Icon]] returns  Value of LONG ...
 
Property '''ItemsCount''' of interface [[PXV:IUIX_Icon|IUIX_Icon]] returns  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ItemsCount([out, retval] LONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ItemsCount([out, retval] LONG* nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Icon|IUIX_Icon]].
+
[[PXV:IUIX_Icon|IUIX_Icon]]

Latest revision as of 04:22, 15 June 2015


Property ItemsCount of interface IUIX_Icon returns Value of LONG ...

Syntax

HRESULT get_ItemsCount([out, retval]  LONG*  nCount);

See Also

IUIX_Icon