This documentation is archived and is not being maintained.
DockingBehavior Enumeration
Visual Studio 2010
Specifies how a control should be docked by default when added through a designer.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Never | Do not prompt the user for the desired docking behavior. | |
| Ask | Prompt the user for the desired docking behavior. | |
| AutoDock | Set the control's Control::Dock property to DockStyle::Fill when it is dropped into a container with no other child controls. |
The DockingBehavior enumeration is used by the System.Windows.Forms::DockingAttribute class.
The SplitContainer and WebBrowser controls are set to AutoDock. The DataGridView control is set to Ask.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: