ReadyState Property

Example-VB

Returns the state of the control’s properties before downloading images from a web site.

Available With

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

Applies To

Image Thumbnail control

Syntax

object.ReadyState

Data Type

Long

Setting Description

0 Control is initializing and retrieving properties
2 Control is initialized and the download process has started
4 Control is ready for all requests

Remarks

This property is read-only.

You cannot call any methods until a value of 4 is returned.