StatusStrip::LayoutStyle Property

 

Gets or sets a value indicating how the StatusStrip lays out the items collection.

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

public:
property ToolStripLayoutStyle LayoutStyle {
	ToolStripLayoutStyle get();
	void set(ToolStripLayoutStyle value);
}

Property Value

Type: System.Windows.Forms::ToolStripLayoutStyle

One of the ToolStripLayoutStyle values. The default is Table.

Use the LayoutStyle property to get or set how items are arranged on the StatusStrip.

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

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

.NET Framework
Available since 2.0
Return to top
Show: