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
);
An integer value specifying the amount of milliseconds to wait for each image to load. The default value is 5000.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxProgressBar Class | HtmlBoxProgressBar Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.