Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
System.Windows.Forms.StatusStrip has been updated to use the system renderer.
Version introduced
.NET 10
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