IUIX_Combo::CueText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets combo box ''cue text'', which is displayed in grey color when there is no text in the current combo box item.
+
Gets/sets combo box ''cue text'', that is displayed in grey color when there is no text in the current combo box item.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:47, 25 May 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*  ppCueText);
HRESULT put_CueText([in]  BSTR  ppCueText);

See Also

IUIX_Combo