Gets the docking location of the ToolStrip, indicating which borders are docked to the container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax . . :: . DockStyle
One of the DockStyle values. The default is Top.
Protected Overridable ReadOnly Property DefaultDock As DockStyleprotected virtual DockStyle DefaultDock { get; }protected:
virtual property DockStyle DefaultDock {
DockStyle get ();
}abstract DefaultDock : DockStyle
override DefaultDock : DockStyleProperty Value
Type: System.Windows.FormsOne of the DockStyle values. The default is Top.
Platforms
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.