Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / Style Property


In This Topic
    Style Property (TabbedMdiManager)
    In This Topic
    Gets or sets the style with which the tabs in every tab-group are drawn.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Xceed.DockingWindows.RenderStyle, "VS2003")>
    <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(Xceed.DockingWindows.RenderStyle, "VS2003")]
    [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