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


IComboBox.HintText Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SystemUI)  

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(
  BSTR* 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