IUIX_Edit::CueText Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 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|CueText | + | {{#parentPage:PXV:IUIX_Edit#Properties|CueText|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== 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);