ToolStripItemPlacement Enum
Definition
Specifies where a ToolStripItem is to be layed out.
public enum class ToolStripItemPlacement
public enum ToolStripItemPlacement
type ToolStripItemPlacement =
Public Enum ToolStripItemPlacement
- Inheritance
Fields
Main | 0 | Specifies that a ToolStripItem is to be layed out on the main ToolStrip. |
None | 2 | Specifies that a ToolStripItem is not to be layed out on the screen. |
Overflow | 1 | Specifies that a ToolStripItem is to be layed out on the overflow ToolStrip. |