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


In This Topic
    ShowHideDelay Property
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates 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.")>
    <CategoryAttribute("Behavior")>
    Public Property ShowHideDelay As Integer
    'Usage
     
    Dim instance As AutoHideFrameAppearance
    Dim value As Integer
     
    instance.ShowHideDelay = value
     
    value = instance.ShowHideDelay
    [Description("Indicates 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.")]
    [Category("Behavior")]
    public int ShowHideDelay {get; set;}

    Property Value

    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 the ToolWindow begins, as well as the length of time before the animation to hide an auto hide ToolWindow begins when the mouse leaves the ToolWindow. By default, 500 milliseconds.
    Remarks

    To reset the value of the ShowHideDelay property to its default value, the ResetShowHideDelay method must be called.

    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