This control implements a list of selectable text items with icons.
ListView items are indexed by a key. They display a string and an icon.
This control has an internal cursor used for accessing its items. Use the Move*()
methods to move the
internal cursor, and the Item property to get the item it points at.
This class is creatable.
Creates a new ListView control.
This class acts like a read-only array.
DIM hListView AS ListView DIM hListViewItem AS .ListViewItem hListViewItem = hListView [ Key AS String ] |
Returns an item from its key. The internal cursor is moved.