Xceed Docking Windows for WinForms v2.3 Documentation
RenderStyle Enumeration


Xceed.DockingWindows Namespace : RenderStyle Enumeration
Value representing how tabs and dock-hints are drawn.
Syntax
'Declaration
 
Public Enum RenderStyle 

   Inherits System.Enum
'Usage
 
Dim instance As RenderStyle
public enum RenderStyle : System.Enum 
Members
MemberDescription
VS2003Visual Studio 2003-style tabs or dock-hints are used.
VS2005Visual Studio 2005-style tabs or dock-hints are used.
Remarks
Setting a DockLayoutManager's Style property will change both the tabs of its ToolWindows as well as the dock-hints. Setting a TabbedMdiManager's Style property will only change the tabs of the Mdi children.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.DockingWindows.RenderStyle

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

Reference

Xceed.DockingWindows Namespace