|
|
|
|
Thumbnail (Property) In french: Vignette
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control. In Ajax, this property is read-only.
MyThumbnail.Image = "Image_Origin.gif" MyThumbnail.Thumbnail = "Image_Thumbnail.gif"
Syntax
Getting the image used as thumbnail Hide the details
<Image> = <Thumbnail control>.Thumbnail
<Image>: Character string - Path of the image file used for the thumbnail,
- Empty string ("") if the image of the thumbnail is generated automatically.
<Thumbnail control>: Control name Name of Thumbnail control used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|