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(
  BSTR* Value
);
[C++]
HRESULT put_Value(
  BSTR Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type BSTR Value [in]   Value is a parameter of type BSTR

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