ListBoxWrapper
Wrap a windows ListBox control
The ListBoxWrapper class is accessible via the
pywinauto.controls.win32_controls
module.
Attributes
['ListBox', 'WindowsForms\\d*\\.LISTBOX\\..*', 'TListBox']
Methods
The currently selected indices of the listbox
Return the number of items in the ListBox
Return the ItemData if any associted with the item
Return the text of the items of the listbox
Return the texts of the control
Select the ListBox item
item can be either a 0 based index of the item to select
or it can be the string that you want to select
Set the ListBox focus to the item at index
Retrun the index of current selection in a ListBox
Returns True if the handles of both controls are the same
See
the source
for more information.