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


IComboBoxHook.Value Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SystemUI)  

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