IUIX_Combo::CueText Property
From PDF XChange PDF SDK
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::CueText Property}} | {{#customTitle:IUIX_Combo::CueText Property}} | ||
− | {{#parentPage:PXV:IUIX_Combo|CueText | + | {{#parentPage:PXV:IUIX_Combo#Properties|CueText|property}} |
− | + | ||
− | 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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CueText([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CueText([out, retval] BSTR* sCueText); |
− | HRESULT put_CueText([in] BSTR | + | HRESULT put_CueText([in] BSTR sCueText); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 13:34, 15 June 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* sCueText); HRESULT put_CueText([in] BSTR sCueText);