PyCListBox.SetSel

SetSel(index, bSel)

Selects an item in a multiple selection listbox.

Parameters

index : int

The zero based index of the item to select.

bSel=1 : int

Should the item be selected or deselected?

MFC References

CListBox::SetSel