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


IComboBoxHook.Add Method (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.Add Method
ArcGIS Developer Help

IComboBoxHook.Add Method

Add an element to the combo box.

[Visual Basic .NET]
Public Function Add ( _
    ByVal str As String _
) As Integer
[C#]
public int Add (
    string str
);
[C++]
HRESULT Add(
  BSTR str
);
[C++]
Parameters
str [in]

str is a parameter of type BSTR

Product Availability

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

Description

Add an item to the combo box.

See Also

IComboBoxHook Interface