Intersoft WebDesktop Documentation
RenderMode Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : RenderMode Enumeration


Glossary Item Box

Value representing the type of rendering mode that you can use to create professional Tab control in your web application.

Syntax

Visual Basic (Declaration) 
Public Enum RenderMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As RenderMode
C# 
public enum RenderMode : System.Enum 

Members

MemberDescription
ComplexImagesRenders Tab control using complex images using specified settings and images.
RoundCornerRenders Tab control using artificial round corner similar to Windows XP style. No images are required.
SimpleRenders Tab control using simple layout applying standard borders and styles.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.RenderMode

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.