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