method ExFileView.LoadIcons (ImageList as Variant)

Loads new images to the control.

TypeDescription
ImageList as Variant An ImageList control whose images are added to the control's icons collection or a string expression that represents the image list encoded on BASE64 format ( uses the eximages tool to encode multiple icons to an image list ).

The ImageList control must be provided by the MSCOMCTL.OCX file ( Microsoft Windows Common Controls ). The ImageList must contains a collection of icon files. The IconIndex must use the the key in the icons collection. Use the LoadIconsKey property to define the starting key when LoadIcons method is used. Use the LoadIcon method to load a single icon to the control's icons list.