ToolStripRenderMode Enumeration
.NET Framework (current version)
Specifies the painting style applied to one ToolStrip contained in a form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Custom | Indicates that the RenderMode is not determined by the ToolStripManager or the use of a ToolStripRenderer other than ToolStripProfessionalRenderer, ToolStripSystemRenderer | |
| ManagerRenderMode | Indicates that the ToolStripManager.RenderMode or ToolStripManager.Renderer determines the painting style. | |
| Professional | Indicates the use of a ToolStripProfessionalRenderer to paint. | |
| System | Indicates the use of a ToolStripSystemRenderer to paint. |
You cannot explicitly set the ToolStrip.RenderMode to Custom. However, the ToolStrip.RenderMode returns Custom when the ToolStrip.Renderer is set to an extension of the ToolStripRenderer class that is not ToolStripProfessionalRenderer or ToolStripSystemRenderer.
.NET Framework
Available since 2.0
Available since 2.0
Show: