Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockLayoutManager Class / TabStripAppearance Property


In This Topic
    TabStripAppearance Property (DockLayoutManager)
    In This Topic
    Gets the appearance of the tabstrips when ToolWindows are grouped.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <TypeConverterAttribute("Xceed.DockingWindows.Design.BlankExpandableObjectConverter,Xceed.DockingWindows.v2.3.Design,Version=2.3.25075.5727,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DescriptionAttribute("The appearance of the tab strips when ToolWindows are grouped.")>
    <CategoryAttribute("Appearance")>
    Public ReadOnly Property TabStripAppearance As TabStripAppearance
    'Usage
     
    Dim instance As DockLayoutManager
    Dim value As TabStripAppearance
     
    value = instance.TabStripAppearance
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [TypeConverter("Xceed.DockingWindows.Design.BlankExpandableObjectConverter,Xceed.DockingWindows.v2.3.Design,Version=2.3.25075.5727,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [Description("The appearance of the tab strips when ToolWindows are grouped.")]
    [Category("Appearance")]
    public TabStripAppearance TabStripAppearance {get;}

    Property Value

    A TabStripAppearance object representing the appearance of the tabstrips when ToolWindows are grouped.
    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