Intersoft WebDesktop Documentation
AllowOverlappingEdges Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTabComplexImagesSettings Class : AllowOverlappingEdges Property


Glossary Item Box

Indicates whether the Active Tab will overlap the edges of tabs around it.

Syntax

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

Remarks

The properties inside ComplexImagesSettings will be applicable only when RenderMode is set to UseComplexImages. Using ComplexImagesSettings you can configure your WebTab to use overlapped edges. Simply set the  AllowOverlappingEdges under ComplexImagesSettings to True, then set the overlapped edges' image of the WebTab. By default, The image folder path is set to the /CommonLibrary/Images/WebDesktop/.

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.