DisplayThumbs Method

Example-VB

Displays thumbnails using specified options.

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.DisplayThumbs ThumbNumber,Option

Arguments

Parameter Data Type Description

ThumbNumber Long Optional. The number of the Thumbnail whose position will be set. If a value is not specified, a default value (1) is used, and the Option parameter cannot be specified.
Option Integer Optional. Sets the position of the specified Thumbnail within the control. If no value is specified, a default value of 0 (zero) is used. Allowable values are:
Setting Description
0 Thumbnail box is displayed in the top row (for vertical scrolling), in the leftmost column (for horizontal scrolling)
1 Thumbnail box is displayed in the middle row
2 Thumbnail box is displayed in the bottom row (for vertical scrolling) in the rightmost column (for horizontal scrolling)

Remarks

This method refreshes the control’s display.

It is not necessary to call this method after setting the Image property to initiate a display of the specified image file’s thumbnails.