StatusStrip::Stretch Property

 

Gets or sets a value indicating whether the StatusStrip stretches from end to end in its container.

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

public:
property bool Stretch {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the StatusStrip stretches from end to end in its ToolStripContainer; otherwise, false. The default is true.

The following code example demonstrates a StatusStrip with various common properties set, including the Stretch property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: