![]() | 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 Template feature lets you to use a simple x-script language to call properties and methods of the control at design as well at runtime. You can use this feature to build x-script strings to pass them at runtime.
At runtime, the user can use the Images and ReplaceIcon method to change the Images collection. Use the HTMLName property to assign built-in HTML format to a property.

For instance, the following template sample adds three properties and assign an icon to each of them, using the <img> tag.