![]() | Type | Description | ||
| Handle as Variant | A long expression that identifies a handle to an Image list ( the Handle should be of HIMAGELIST type ) or a string expression that indicates the base64 encoded string that holds the icons list. Use the eximages tool to save your icons as base64 encoded format. |
The following sample shows how to replace the entire list of icons, using a Microsoft Image List control ( ImageList1 ):
XMLGrid1.Images ImageList1.hImageList
