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

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating the time it takes, in milliseconds, to show or hide auto hide ToolWindows.  
    Public PropertyGets or sets the background color of the AutoHideFrame.  
    Public PropertyGets or sets a value representing the width, in pixels, of the left and right sections of the AutoHideFrame.  
    Public PropertyGets or sets the selected tab's background color.  
    Public PropertyGets or sets the font of the selected tab.  
    Public PropertyGets or sets the selected tab's foreground color.  
    Public PropertyGets or sets a value indicating in milliseconds, the length of time the mouse must hover over an auto hide ToolWindow's tab before the animation to show/hide a ToolWindow begins.  
    Public PropertyGets or sets the background color of the tabs contained in the AutoHideFrame.  
    Public PropertyGets or sets the border color of the tabs contained in the AutoHideFrame.  
    Public PropertyGets or sets the font of the tabs contained in the AutoHideFrame.  
    Public PropertyGets or sets the foreground color of the tabs contained in the AutoHideFrame.  
    Public PropertyGets or sets a value representing the height, in pixels, of the top and bottom sections of the AutoHideFrame.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the AnimationDuration property to its default value, 150 milliseconds.  
    Public MethodResets the value of the BackColor property to its default value, a variation of SystemColors.Control.  
    Public MethodResets the value of the LeftRightWidth property to its default value, 22 pixels.  
    Public MethodResets the value of the SelectedTabBackColor property to its default value, TabBackColor.  
    Public MethodResets the value of the SelectedTabFont property to its default value, TabFont.  
    Public MethodResets the value of the SelectedTabForeColor property to its default value, TabForeColor.  
    Public MethodResets the value of the ShowHideDelay property to its default value, 500 milliseconds.  
    Public MethodResets the value of the TabBackColor property to its default value, SystemColors.Control.  
    Public MethodResets the value of the TabBorderColor property to its default value, SystemColors.ControlDark.  
    Public MethodResets the value of the TabFont property to its default value, "Tahoma 8 point".  
    Public MethodResets the value of the TabForeColor property to its default value, SystemColors.ControlDarkDark.  
    Public MethodResets the value of the TopBottomHeight property to its default value, 22 pixels.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the AnimationDuration property is changed.  
    Public EventRaised when the value of the BackColor property is changed.  
    Public EventRaised when the value of the LeftRightWidth property is changed.  
    Public EventRaised when the value of the SelectedTabBackColor property is changed.  
    Public EventRaised when the value of the SelectedTabFont property is changed.  
    Public EventRaised when the value of the SelectedTabForeColor property is changed.  
    Public EventRaised when the value of the ShowHideDelay property is changed.  
    Public EventRaised when the value of the TabBackColor property is changed.  
    Public EventRaised when the value of the TabBorderColor property is changed.  
    Public EventRaised when the value of the TabFont property is changed.  
    Public EventRaised when the value of the TabForeColor property is changed.  
    Public EventRaised when the value of the TopBottomHeight property is changed.  
    Top
    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