AddItem
Call AddItem with a string item to make new entry into the combo list.
Syntax
[VC++]
long AddItem(LPCTSTR Item);
[C#]
public abstract new System.Int32 AddItem ( System.String Item )
[VB]
Function AddItem(Item As String) As Long
Return
Index of the new entry is returned.