IUIX_Combo::Count 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_Combo::Count Property}}
 
{{#customTitle:IUIX_Combo::Count Property}}
{{#parentPage:PXV:IUIX_Combo#Properties|Count Property|property}}
+
{{#parentPage:PXV:IUIX_Combo#Properties|Count|property}}
{{ToReview}}
+
 
  
 
Gets 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 ==
 
[[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