IUIX_Combo::TextLength Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TextLength([out, retval]  LONG*  pTextLen);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TextLength([out, retval]  LONG*  nTextLen);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Combo|IUIX_Combo]]
 
[[PXV:IUIX_Combo|IUIX_Combo]]

Revision as of 04:17, 15 June 2015


Gets length of current text in a combo box.

Syntax

HRESULT get_TextLength([out, retval]  LONG*  nTextLen);

See Also

IUIX_Combo