PyCComboBox.GetLBText

string = GetLBText(index)

Gets the string from the list of a combo box.

Parameters

index : int

The index of the item to return the string for.

Return Value

The requested string. If index does not specify a valid index, no exception is raised.