IUIX_Edit::CueText Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | 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]] | [[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);