IUIX_Combo::Count 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_Combo::Count Property}}
 
{{#customTitle:IUIX_Combo::Count Property}}
 +
{{#parentPage:PXV:IUIX_Combo#Properties|Count|property}}
  
Property '''Count''' of interface [[PXV:IUIX_Combo|IUIX_Combo]] returns  Value of LONG ...
 
  
 +
Gets count of combo box ''items''.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] LONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] LONG* nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Combo|IUIX_Combo]].
+
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest revision as of 14:33, 15 June 2015


Gets count of combo box items.

Syntax

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

See Also

IUIX_Combo