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


Glossary Item Box

Specifies whether the IFRAME should allow transparency. This property is applicable when ContentMode is set to UseIFrame.

Syntax

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

Remarks

The default value of this property is True. When set to True, the IFrame will show the background color specified in ContainerStyle instead of the background color in the page specifid in ContentURL. This feature will provide better consistency of the user interface and appearance, without having to configure background color of each webform.

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.