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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.