Intersoft WebDesktop Documentation
IFrameShowLoader Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopWindowSettings Class : IFrameShowLoader Property


Glossary Item Box

Specifies whether to show loader text when the active IFrame is in loading progress. This property only applicables when ContentMode is set to UseIFrame.

Syntax

Visual Basic (Declaration) 
Public Property IFrameShowLoader As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopWindowSettings
Dim value As Boolean
 
instance.IFrameShowLoader = value
 
value = instance.IFrameShowLoader
C# 
public bool IFrameShowLoader {get; set;}

Remarks

IFrameShowLoader is a useful feature which shows a loading progress bar and loading text inside the center of Window during the loading of WebForm in the IFrame. When the WebForm finished loading, the content of the Window will show up immediately. This process of loading, hiding and showing the content are done automatically by WebDesktopManager and requires no additional codes.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.