IUIX_Combo::TextLength Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_Combo::TextLength Property}}
 
{{#customTitle:IUIX_Combo::TextLength Property}}
 
{{#parentPage:PXV:IUIX_Combo#Properties|TextLength|property}}
 
{{#parentPage:PXV:IUIX_Combo#Properties|TextLength|property}}
{{ToReview}}
+
 
  
 
Gets ''length of current text'' in a combo box.
 
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 ==
 
[[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