IUIX_Combo::TextLength Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::TextLength Property}}
 
{{#customTitle:IUIX_Combo::TextLength Property}}
 +
{{#parentPage:PXV:IUIX_Combo#Properties|TextLength|property}}
  
Property '''TextLength''' of interface [[PXV:IUIX_Combo|IUIX_Combo]] returns  Value of LONG ...
 
  
 +
Gets ''length of current text'' in a combo box.
  
 
== 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 ==
See also [[PXV:IUIX_Combo|IUIX_Combo]].
+
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest revision as of 14:57, 15 June 2015


Gets length of current text in a combo box.

Syntax

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

See Also

IUIX_Combo