AddImage2
Previous
Next
Adds an image to the list of images of the TreeView object.
The first image added gets the index 0.
Syntax: AddImage2 (image As Image)
Example:
tv.AddImage2 (ImageList1.Item(0))