ToolStripManagerRenderMode Enumeration
Specifies the painting style applied to multiple ToolStrip objects contained in a form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Custom | Indicates the use of a ToolStripRenderer other than ToolStripProfessionalRenderer or ToolStripSystemRenderer. | |
| Professional | Indicates the use of a ToolStripProfessionalRenderer to paint. | |
| System | Indicates the use of a ToolStripSystemRenderer to paint. |
The ToolStripManagerRenderMode is used by the ToolStripManager class and sets the painting style for ToolStrip objects that have their ToolStrip::RenderMode property set to ToolStripRenderMode::ManagerRenderMode.
You cannot explicitly set the ToolStripManager::RenderMode to Custom, however the ToolStripManager::RenderMode is returned Custom when the ToolStripManager::Renderer is set to an extension of the ToolStripRenderer class that is not ToolStripProfessionalRenderer or ToolStripSystemRenderer.
Available since 2.0