IUIX_Combo::CueText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
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*  sCueText);
HRESULT put_CueText([in]  BSTR  ppCueText);
+
HRESULT put_CueText([in]  BSTR  sCueText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Combo|IUIX_Combo]]
 
[[PXV:IUIX_Combo|IUIX_Combo]]

Revision as of 04:17, 15 June 2015


Gets/sets combo box cue text, that is displayed in grey color when there is no text in the current combo box item.

Syntax

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

See Also

IUIX_Combo