Xceed Docking Windows for WinForms v2.3 Documentation
Style Property (TabbedMdiManager)


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : Style Property
Gets or sets the style with which the tabs in every tab-group are drawn.
Syntax
'Declaration
 
<DefaultValueAttribute()>

<DescriptionAttribute("The style with which the tabs in every tab-group are drawn.")>

<CategoryAttribute("Appearance")>

Public Property Style As RenderStyle
'Usage
 
Dim instance As TabbedMdiManager

Dim value As RenderStyle

 

instance.Style = value

 

value = instance.Style
[DefaultValue()]

[Description("The style with which the tabs in every tab-group are drawn.")]

[Category("Appearance")]

public RenderStyle Style {get; set;}

Property Value

A RenderStyle value representing the style with which the tabs in every tab-group are drawn. By default, VS2003.
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

TabbedMdiManager Class
TabbedMdiManager Members