This documentation is archived and is not being maintained.
ToolStripRenderMode Enumeration
Visual Studio 2010
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 | |
| System | Indicates the use of a ToolStripSystemRenderer to paint. | |
| Professional | Indicates the use of a ToolStripProfessionalRenderer to paint. | |
| ManagerRenderMode | Indicates that the ToolStripManager::RenderMode or ToolStripManager::Renderer determines the painting style. |
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.
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.
Show: