IUIX_Combo::CueText Property

From PDF XChange PDF SDK
Revision as of 14:34, 15 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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