Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface / AsyncImageLoadIePollingInterval Property


In This Topic
    AsyncImageLoadIePollingInterval Property
    In This Topic
    Gets / sets a value in milliseconds that determines the is-image-loaded polling interval for Internet Explorer.
    Syntax
    'Declaration
     
    
    Property AsyncImageLoadIePollingInterval As System.Integer
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim value As System.Integer
     
    instance.AsyncImageLoadIePollingInterval = value
     
    value = instance.AsyncImageLoadIePollingInterval
    System.int AsyncImageLoadIePollingInterval {get; set;}
    Remarks
    Because under certain conditions Internet Explorer fails to fire an event when an image is completely loaded, a client side timer is initialized to test periodically the images being loaded in the background. It is not recommended to modify the default value of this property.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also