This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBoxHook Interface > IComboBoxHook.Add Method (ArcObjects .NET 10.4 SDK) |
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
Add an item to the combo box.