This document is archived and information here might be outdated. Recommended version. |
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
Add an item to the combo box.