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.

N/A

Affected APIs