ToolStripManagerRenderMode Enumeration

 

Specifies the painting style applied to multiple ToolStrip objects contained in a form.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class ToolStripManagerRenderMode

Member nameDescription
Custom
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.

.NET Framework
Available since 2.0
Return to top
Show: