IUIX_Combo::Text Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::Text Property}} | {{#customTitle:IUIX_Combo::Text Property}} | ||
− | {{#parentPage:PXV:IUIX_Combo|Text | + | {{#parentPage:PXV:IUIX_Combo#Properties|Text|property}} |
− | + | ||
− | + | ||
− | + | ||
+ | Gets/sets combo box ''current text''. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* sText); |
− | HRESULT put_Text([in] BSTR | + | HRESULT put_Text([in] BSTR sText); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 13:54, 15 June 2015
Gets/sets combo box current text.
Syntax
HRESULT get_Text([out, retval] BSTR* sText); HRESULT put_Text([in] BSTR sText);