This control implements a tree view of selectable text items with icons.
Tree view items are indexed by a key. They display a string and an icon for each item.
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 hTreeView AS TreeView hTreeView = NEW TreeView ( Parent AS Container ) |
Creates a new TreeView control.
This class acts like a read-only array.
DIM hTreeView AS TreeView DIM hTreeViewItem AS .TreeViewItem hTreeViewItem = hTreeView [ Key AS String ] |
Returns a TreeView item from its key. The internal cursor is moved.