IUIX_Combo::TextLength Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 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|property | + | {{#parentPage:PXV:IUIX_Combo#Properties|TextLength|property}} |
− | + | ||
− | + | ||
− | + | ||
+ | Gets ''length of current text'' in a combo box. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TextLength([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TextLength([out, retval] LONG* nTextLen); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 13:57, 15 June 2015
Gets length of current text in a combo box.
Syntax
HRESULT get_TextLength([out, retval] LONG* nTextLen);