| 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;} | |
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)
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