This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.HintText Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR* 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.