Gets or sets a boolean value indicating whether docked ToolWindows can become auto hide ToolWindows and
whether auto hide ToolWindows can become docked ToolWindows, by displaying or removing the auto hide "pin/unpin"
glyph and the "Auto Hide" option from the context menu.
'Declaration
<DescriptionAttribute("Indicates if docked ToolWindows can become auto-hide ToolWindows and if auto-hide ToolWindows can become docked ToolWindows.")>
<CategoryAttribute("Behavior")>
Public Property AllowAutoHide As Boolean
'Usage
Dim instance As DockLayoutManager
Dim value As Boolean
instance.AllowAutoHide = value
value = instance.AllowAutoHide
[Description("Indicates if docked ToolWindows can become auto-hide ToolWindows and if auto-hide ToolWindows can become docked ToolWindows.")]
[Category("Behavior")]
public bool AllowAutoHide {get; set;}
Property Value
true if docked ToolWindows can become auto hide ToolWindows and auto hide ToolWindows can become docked ToolWindows;
false otherwise. By default,
true.
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