See Also

HtmlBoxProgressBar Class  | HtmlBoxProgressBar Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

ImageTimeout Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxProgressBar Class : ImageTimeout Property

Gets or sets a value which indicates how long to wait for each image to load.

[Visual Basic]
Public Property ImageTimeout As Integer
[C#]
public int ImageTimeout {get; set;}
[C++]
public: __property int get_ImageTimeout(); public: __property void set_ImageTimeout(    int value );
[C++/CLI]
public: property int ImageTimeout {    int get();    void set (int value); }

Return Type

An integer value specifying the amount of milliseconds to wait for each image to load. The default value is 5000.

Remarks

The client-side JavaScript will monitor how long it takes for each image to load. If an image is not found, the JavaScript code will continue to try and load the image until the value of this property is reached.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxProgressBar Class  | HtmlBoxProgressBar Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.