System.Windows.Forms.ToolStrip.LayoutStyle Property

Gets or sets a value indicating how the System.Windows.Forms.ToolStrip lays out the items collection.

Syntax

[System.ComponentModel.AmbientValue(System.Windows.Forms.ToolStripLayoutStyle.StackWithOverflow)]
public ToolStripLayoutStyle LayoutStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The sizing grip will not be displayed unless you also set the ToolStrip.LayoutStyle property to one of the overflow values. If the ToolStrip.LayoutStyle property is set to ToolStripLayoutStyle.Flow or ToolStripLayoutStyle.Table, the sizing grip will not be displayed.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0