IUIX_Combo::CueText Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IUIX_Combo::CueText Property}} | {{#customTitle:IUIX_Combo::CueText Property}} | ||
{{#parentPage:PXV:IUIX_Combo|CueText Property|property}} | {{#parentPage:PXV:IUIX_Combo|CueText Property|property}} | ||
− | |||
{{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. | |
== Syntax == | == Syntax == |
Revision as of 04:34, 7 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
See also IUIX_Combo.