System.Windows.Forms.StatusStrip uses System RenderMode by default
System.Windows.Forms.StatusStrip has been updated to use the system renderer.
Version introduced
.NET 10 Preview 1
Previous behavior
Previously, System.Windows.Forms.StatusStrip used the default renderer.
New behavior
The StatusStrip.RenderMode
property is set to ToolStripRenderMode.System by default. You might observe minor changes to the appearance of the StatusStrip
.
Change category
This change is a behavioral change.
Reason for change
The previous behavior was changed in .NET 9. This reverts the behavior to the previous default behavior.
Recommended action
N/A
Affected APIs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.