PyCListBox
.GetSel
int =
GetSel(
index
)
Returns the selection state of a specified item.
Parameters
index
: int
The index of the item to return the state for.
MFC References
CListBox::GetSel
Return Value
A +ve number if the item is selected, else zero.