Gets or sets a boolean value indicating whether floating ToolWindows can become docked, as well as preventing
currently docked ToolWindows from being docked in another location.
'Declaration
<DescriptionAttribute("Indicates if floating ToolWindows can become docked, as well as preventing currently docked ToolWindows from being docked in another location. ")>
<CategoryAttribute("Behavior")>
Public Property AllowDocking As Boolean
'Usage
Dim instance As DockLayoutManager
Dim value As Boolean
instance.AllowDocking = value
value = instance.AllowDocking
[Description("Indicates if floating ToolWindows can become docked, as well as preventing currently docked ToolWindows from being docked in another location. ")]
[Category("Behavior")]
public bool AllowDocking {get; set;}
Property Value
true if floating ToolWindows can become docked, as well as preventing currently docked ToolWindows from being docked in another location;
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