StatusStrip::DefaultSize Property

 

Gets the size, in pixels, of the StatusStrip when it is first created.

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

protected:
property Size DefaultSize {
	virtual Size get() override;
}

Property Value

Type: System.Drawing::Size

A Point constructor representing the size of the StatusStrip, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: