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


In This Topic
    AutoHideFrameAppearance Class
    In This Topic
    Represents the frame in which the tabs of auto hide ToolWindows are displayed.
    Syntax
    'Declaration
     
    Public NotInheritable Class AutoHideFrameAppearance 
    'Usage
     
    Dim instance As AutoHideFrameAppearance
    public sealed class AutoHideFrameAppearance 
    Remarks

    If a ToolWindow is unpinned, it will automatically hide when it no longer has the mouse and its associated tab will be displayed in the AutoHideFrame. To reopen the ToolWindow, the mouse must be placed over the tab. At any time, a ToolWindow can be pinned or unpinned by clicking on the "pin/unpin" glyph in the caption unless the DockLayoutManager.AllowAutoHide property is set to false. Only a docked ToolWindow can be unpinned (state changed to ToolWindowState.AutoHide) or pinned (state changed to Docked).

    Inheritance Hierarchy

    System.Object
       Xceed.DockingWindows.AutoHideFrameAppearance

    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