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


In This Topic
    AutoHideFrameAppearance Property
    In This Topic
    Gets the appearance of the AutoHideFrame in which the tabs of auto hide ToolWindows are displayed.
    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 auto-hide frame in which the tabs of auto hide ToolWindows are displayed.")>
    <CategoryAttribute("Appearance")>
    Public ReadOnly Property AutoHideFrameAppearance As AutoHideFrameAppearance
    'Usage
     
    Dim instance As DockLayoutManager
    Dim value As AutoHideFrameAppearance
     
    value = instance.AutoHideFrameAppearance
    [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 auto-hide frame in which the tabs of auto hide ToolWindows are displayed.")]
    [Category("Appearance")]
    public AutoHideFrameAppearance AutoHideFrameAppearance {get;}

    Property Value

    A reference to an AutoHideFrameAppearance object representing the appearance of the AutoHideFrame in which the tabs of auto hide ToolWindows are displayed.
    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