System.Windows.Forms.ToolStripItemPlacement Enumeration

Specifies where a System.Windows.Forms.ToolStripItem is to be layed out.

Syntax

public enum ToolStripItemPlacement

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Main

Specifies that a System.Windows.Forms.ToolStripItem is to be layed out on the main System.Windows.Forms.ToolStrip.

None

Specifies that a System.Windows.Forms.ToolStripItem is not to be layed out on the screen.

Overflow

Specifies that a System.Windows.Forms.ToolStripItem is to be layed out on the overflow System.Windows.Forms.ToolStrip.

Requirements

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