IUIX_Edit::CueText Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Edit::CueText Property}} | {{#customTitle:IUIX_Edit::CueText Property}} | ||
+ | {{#parentPage:PXV:IUIX_Edit#Properties|CueText|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''CueText''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns/sets Value of BSTR ... | Property '''CueText''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns/sets Value of BSTR ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CueText([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CueText([out, retval] BSTR* sCueText); |
− | HRESULT put_CueText([in] BSTR | + | HRESULT put_CueText([in] BSTR sCueText); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Edit|IUIX_Edit]] |
Latest revision as of 03:20, 15 June 2015
Property CueText of interface IUIX_Edit returns/sets Value of BSTR ...
Syntax
HRESULT get_CueText([out, retval] BSTR* sCueText); HRESULT put_CueText([in] BSTR sCueText);