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


Glossary Item Box

Contains settings of complex images for the Tab control. The settings are applicable when RenderMode is set to UseComplexImages.

Syntax

Visual Basic (Declaration) 
Public Property ComplexImagesSettings As WebTabComplexImagesSettings
Visual Basic (Usage)Copy Code
Dim instance As WebTab
Dim value As WebTabComplexImagesSettings
 
instance.ComplexImagesSettings = value
 
value = instance.ComplexImagesSettings
C# 
public WebTabComplexImagesSettings ComplexImagesSettings {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 (The default value is False), then set the overlapped edges' image of the WebTab. By default, The image folder path is set to the /CommonLibrary/Images/WebDesktop/.

Furthermore, you can set the ComplexImageSettings to RenderDividerForActiveTab (The default value is True) or UseSpecialRightSeparator (The default value is False)

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.