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


In This Topic
    TabStripAppearance Property (TabbedMdiManager)
    In This Topic
    Gets the appearance of the tabbed-MDI manager's tabstrip.
    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 TabbedMdiTabStripAppearance
    'Usage
     
    Dim instance As TabbedMdiManager
    Dim value As TabbedMdiTabStripAppearance
     
    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 TabbedMdiTabStripAppearance TabStripAppearance {get;}

    Property Value

    A reference to a TabbedMdiTabStripAppearance representing the appearance of the  tabbed-MDI manager's tabstrip.
    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