Xceed Docking Windows for WinForms v2.3 Documentation
AutoHideFrameAppearance Property


Xceed.DockingWindows Namespace > DockLayoutManager Class : AutoHideFrameAppearance Property
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.17407.00005,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.17407.00005,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

Reference

DockLayoutManager Class
DockLayoutManager Members