IUIX_Combo::CueText Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Gets/sets combo box ''cue text'', | + | 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 01: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);