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.
'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.
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