IUIX_Combo::CueText Property

From PDF XChange PDF SDK
Revision as of 09:48, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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