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