IUIX_Combo::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(6 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|Count Property|property}}
+
{{#parentPage:PXV:IUIX_Combo#Properties|Count|property}}
{{ToReview}}
+
  
Returns count of combo box ''items''.
+
 
 +
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