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,
long* cookie
);
[C++]Parameters
str [in] str is a parameter of type BSTR cookie [out, retval] cookie is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Add an item to the combo box.