ToolStripItemPlacement Enumeration
.NET Framework (current version)
Specifies where a ToolStripItem is to be layed out.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Main | Specifies that a ToolStripItem is to be layed out on the main ToolStrip. | |
| None | Specifies that a ToolStripItem is not to be layed out on the screen. | |
| Overflow | Specifies that a ToolStripItem is to be layed out on the overflow ToolStrip. |
.NET Framework
Available since 2.0
Available since 2.0
Show: