IUIX_Combo::CueText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::CueText Property}}
 
{{#customTitle:IUIX_Combo::CueText Property}}
Line 12: Line 13:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Combo|IUIX_Combo]].
+
[[PXV:IUIX_Combo|IUIX_Combo]].

Revision as of 07:13, 20 May 2015


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

Syntax

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

See Also

IUIX_Combo.