This document is archived and information here might be outdated.  Recommended version.


IComboBox.HintText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.HintText Property
ArcGIS Developer Help

IComboBox.HintText Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Defines the text shown in the combo box when it is set to be editable.

See Also

IComboBox Interface