ToolStripItemDisplayStyle Enumeration
.NET Framework (current version)
Specifies what to render (image or text) for this ToolStripItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Image | Specifies that only an image is to be rendered for this ToolStripItem. | |
| ImageAndText | Specifies that both an image and text are to be rendered for this ToolStripItem. | |
| None | Specifies that neither image nor text is to be rendered for this ToolStripItem. | |
| Text | Specifies that only text is to be rendered for this ToolStripItem. |
.NET Framework
Available since 2.0
Available since 2.0
Show: