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


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

IComboBoxHook.Value Property

Set the value for the edit control.

[Visual Basic .NET]
Public Property Value As String
[C#]
public string Value {get; set;}
[C++]
HRESULT get_Value(
void
);
[C++]
HRESULT put_Value(
);

Product Availability

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

Description

Gets the string that will show in the editbox.

See Also

IComboBoxHook Interface