Link Search Menu Expand Document

STree.SetImage Method

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