Class LM_ImageTextList
Version added: 12.2

LM_ImageTextList widget in a dialog box
To create an object of this class, use the LM.GUI.ImageTextList method.
Methods of LM_ImageTextList:
| Name | Returns | Description | Ver |
| AddItem AddItem(label, redraw) | void | 12.2 | |
| AddItemAlphabetically AddItemAlphabetically(label, redraw) | void | 12.2 | |
| AllowsMultipleSelection AllowsMultipleSelection() | bool | 12.2 | |
| ContainsItem ContainsItem(label) | bool | 12.2 | |
| CountItems CountItems() | int32 | 12.2 | |
| DrawsPrimarySelection DrawsPrimarySelection() | bool | 12.2 | |
| Enable Enable(enable) | void | 12.2 | |
| GetItem GetItem(itemIndex) | char | 12.2 | |
| GetSelItem GetSelItem(selItemIndex) | char | As of 12.2, this method doesn't work as expected! | 12.2 |
| InsertItem InsertItem(label, where, redraw) | void | 12.2 | |
| IsItemSelected IsItemSelected(itemIndex) | bool | 12.2 | |
| NumSelectedItems NumSelectedItems() | int32 | 12.2 | |
| RemoveItem RemoveItem(id, redraw) | void | 12.2 | |
| ScrollItemIntoView ScrollItemIntoView(itemIndex, scrollToTop) | void | 12.2 | |
| SelItem SelItem() | int32 | 12.2 | |
| SelItemLabel SelItemLabel() | char | 12.2 | |
| SetAllowsMultipleSelection SetAllowsMultipleSelection(allow) | void | 12.2 | |
| SetDrawsPrimarySelection SetDrawsPrimarySelection(drawPrimary) | void | 12.2 | |
| SetItemLabel SetItemLabel(id, label) | void | 12.2 | |
| SetSelItem SetSelItem(id, redraw, addToSelection) | void | Up to 14.1, this method doesn't work! | 12.2 |
| SetSelItem SetSelItem(label, redraw, addToSelection) | bool | 12.2 |