Example-VB |
Returns or sets the selection status of the specified thumbnail.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 95 and 98 |
Ö | Imaging for Windows NT 4.0 |
Image Thumbnail control
object.ThumbSelected(PageNumber)[={True|False}]
PageNumber Long | ||
ThumbSelected Boolean | ||
Setting | Description |
True | The thumbnail is selected |
False (default for each item in the array) | The thumbnail is not selected |
Valid PageNumber values must be between 1 and the current value of the ThumbCount property (inclusive).
If the HighlightSelectedThumbs property is set to True, selected thumbnails will display a border of the color set in the HighlightColor property.
This property is run-time only.