Link Search Menu Expand Document

TreeView.SetImage Methods

Explanation Sets the image list used to display the icon of the tree item.
Added since Ver.4.0.0
Call format TreeView1.SetImage( img )
Return value None
Arguments ImageList img ImageList object that holds the image list you want to display
Exception EXT-5 ImageList reference is abnormal
Example of use
    TreeView1.SetImage(ImageList1);
    
Related item TreeItem.CloseIcon, TreeItem.OpenIcon properties
ResetImage method
ImageList class