int = InsertString(pos, object
)
Insert a string into a combobox.
Parameters
pos : int
The zero based index in the combobox to insert the new stringobject : any
The object to be added to the comboboxMFC References
CComboBox::InsertString
Return Value
The zero based index of the new string added.