StatusStrip::DefaultDock Property

 

Gets which borders of the StatusStrip are docked to the ToolStripContainer.

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

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

Property Value

Type: System.Windows.Forms::DockStyle

One of the DockStyle values. The default is Bottom.

.NET Framework
Available since 2.0
Return to top
Show: