Link Search Menu Expand Document

ListView.SetImage Method

Explanation Sets the image list used to display the small icons.
Call format ListView1.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
    ListView1.SetImage(ImageList1);
    
Related item ListViewItem.Icon property
ResetImage method
ImageList class