Intersoft WebDesktop Documentation
IFrameAutoLoadContent Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTab Class : IFrameAutoLoadContent Property


Glossary Item Box

Specifies whether the IFrame content will be loaded automatically on first page load. This property is applicable when ContentMode is set to UseIFrame.

Syntax

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

Remarks

The default value of this property False. When set to False, the IFrame's URL will be populated on demand only when the TabHeader is clicked (activated). When set to True, WebTab will automatically load all the pages specified in each tab's ContentURL at first load. This is not recommended when you have numerous tab items as they will degrade the performance at first load.

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.