PyCComboBox
.AddString
int =
AddString(
object
)
Adds a string to a combobox.
Parameters
object
: any
Any object. If not a string, __str__, __repr__ or a default repr() will be used
MFC References
CComboBox::AddString
Return Value
The zero based index of the new string.