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. | |
| System | Indicates the use of a ToolStripSystemRenderer to paint. | |
| Professional | Indicates the use of a ToolStripProfessionalRenderer 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.