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


Glossary Item Box

Gets or sets the rendering mode of Tab control.

Syntax

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

Remarks

The following are the values of RenderMode.

  • Simple
    This is the default RenderMode where WebTab will render basic and simple rectangle edge for the tab header. You can use this mode for best performance and compact output.
  • RoundCorner
    Thanks to TrueShape architecture which enables WebTab to render round corner without using images. With this mode, the tab header's edge will be rendered in round corner fashion allowing you to simulate XP-like Tab control. You can even configure the round corner colors and other advanced settings in RoundCornerSettings property enabling you to design a XP-like Tab control in any color schemes easily.
  • ComplexImages
    The ComplexImages rendering mode lets you create a more sophisticated style and appearance of a Tab control. You can specify the images on every part of the element's edges in ImagesSettings. Each element's part requires two set of images which is the Inactive and Active state of the tab header, and another set for the junction/intersection part.

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.