IUIX_Button::Text Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::Text Property}} | {{#customTitle:IUIX_Button::Text Property}} | ||
− | {{#parentPage:PXV:IUIX_Button|property}} | + | {{#parentPage:PXV:IUIX_Button|Text Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* ppTitle); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* ppTitle); |
− | HRESULT put_Text([in] BSTR ppTitle); | + | HRESULT put_Text([in] BSTR ppTitle); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_Button|IUIX_Button]]. | See also [[PXV:IUIX_Button|IUIX_Button]]. |
Revision as of 05:34, 23 April 2015
Property Text of interface IUIX_Button returns/sets Value of BSTR ...
Syntax
HRESULT get_Text([out, retval] BSTR* ppTitle); HRESULT put_Text([in] BSTR ppTitle);
See Also
See also IUIX_Button.