IUIX_Edit::CueText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Edit::CueText Property}}
 
{{#customTitle:IUIX_Edit::CueText Property}}
{{#parentPage:PXV:IUIX_Edit|property}}
+
{{#parentPage:PXV:IUIX_Edit|CueText Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CueText([out, retval] BSTR* ppCueText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CueText([out, retval] BSTR* ppCueText);
HRESULT put_CueText([in] BSTR ppCueText);
+
HRESULT put_CueText([in] BSTR ppCueText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_Edit|IUIX_Edit]].
 
See also [[PXV:IUIX_Edit|IUIX_Edit]].

Revision as of 06:41, 23 April 2015


Property CueText of interface IUIX_Edit returns/sets Value of BSTR ...

Syntax

HRESULT get_CueText([out, retval]  BSTR*  ppCueText);
HRESULT put_CueText([in]  BSTR  ppCueText);

See Also

See also IUIX_Edit.