Loads new images to the control.
![]() | Type | Description | ||
| ImageList as Object | An ImageList control whose images are added to the control's icons collection. |
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.