Contents
|
PyCComboBox
.DeleteString
int =
DeleteString(
pos
)
Deletes an item from a combobox.
Parameters
pos
: int
The zero based index of the item to delete.
MFC References
CComboBox::DeleteString
Return Value
The count of the items remaining in the list.