IUIX_Label::Text Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Label::Text Property}} | {{#customTitle:IUIX_Label::Text Property}} | ||
− | {{#parentPage:PXV:IUIX_Label|Text | + | {{#parentPage:PXV:IUIX_Label#Properties|Text|property}} |
− | + | ||
Gets/sets [[PXV:IUIX_Label|label]] ''text''. | Gets/sets [[PXV:IUIX_Label|label]] ''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_Label|IUIX_Label]] | + | [[PXV:IUIX_Label|IUIX_Label]] |
Latest revision as of 10:47, 16 June 2015
Gets/sets label text.
Syntax
HRESULT get_Text([out, retval] BSTR* sText); HRESULT put_Text([in] BSTR sText);