ThumbSelected Property

Example-VB

Returns or sets the selection status of the specified thumbnail.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Thumbnail control

Syntax

object.ThumbSelected(PageNumber)[={True|False}]

Data Type

PageNumber Long
ThumbSelected Boolean
Setting Description

True The thumbnail is selected
False  (default for each item in the array) The thumbnail is not selected

Remarks

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.