Implements a control that displays icon items.
IconView items are indexed by a key.
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.
DIM hIconView AS IconView hIconView = NEW IconView ( Parent AS Container ) |
This class acts like a read-only array.
DIM hIconView AS IconView DIM hIconViewItem AS .IconViewItem hIconViewItem = hIconView [ Key AS String ] |