ToolStrip::DefaultDock Property

 

Gets the docking location of the ToolStrip, indicating which borders are docked to the container.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property DockStyle DefaultDock {
	virtual DockStyle get();
}

Property Value

Type: System.Windows.Forms::DockStyle

One of the DockStyle values. The default is Top.

.NET Framework
Available since 2.0
Return to top
Show: