This document is archived and information here might be outdated. Recommended version. |
Set the hint displayed in the editbox.
[Visual Basic .NET] Public ReadOnly Property HintText As String
[C#] public string HintText {get;}
[C++]
HRESULT get_HintText(
System.String* HintText
);
[C++]
Parameters HintText [out, retval]
HintText is a parameter of type BSTR*
Defines the text shown in the combo box when it is set to be editable.