StatusStrip::LayoutStyle Property
.NET Framework (current version)
Gets or sets a value indicating how the StatusStrip lays out the items collection.
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::ToolStripLayoutStyleOne 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: