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