Skip to content

Commit e54f9c4

Browse files
authored
Spelling error and minor fixes (#10078)
1 parent dcaa05a commit e54f9c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-notes/10.0/preview/rc1/winforms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Here's a summary of what's new in WinForms in this release:
44

55
- [Dark Mode Now Fully Integrated](#dark-mode-now-fully-integrated)
66
- [Clarification on ControlStyles `ApplyThemingImplicitlyUsage`](#clarification-on-controlstyles-applythemingimplicitlyusage)
7-
- [Several additional improvements to renderer, async, and state management](#additional-improvements)
7+
- [Several more improvements to renderer, async, and state management](#other-improvements)
88

99
Windows Forms updates in .NET 10:
1010

1111
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/) documentation
1212

1313
## Dark Mode Now Fully Integrated
1414

15-
Dark mode is officially out of experimental status and can be used without special configuration. Keep in mind that the dark mode renderer relies on underlying Win32 controls, and while we anticipate improvements, dark mode support will evolve over time. Please refer to our updated docs for the latest scope and details.
15+
Dark mode is officially out of experimental status and can be used without special configuration. Keep in mind that the dark mode renderer relies on underlying Win32 controls, and while we anticipate improvements, dark mode support will evolve over time. Refer to our updated docs for the latest scope and details.
1616

1717
## Clarification on ControlStyles `ApplyThemingImplicitlyUsage`
1818

19-
While the `ControlStyles` enum element `ApplyThemingImplicitly` isn’t new, it now has a more precise application for opting in or out of dark mode themin: It’s crucial to set this enum flag in a derived control in `CreateParams` _before_ calling the base method. Due to the original WinForms design, `CreateParams` runs before derived class constructors, and this order can be a common pitfall if not highlighted. We've updated the docs with this note, and it’s important for developers inheriting controls to follow this guidance, if they want their control to opt in or out implicit theming handling.
19+
While the `ControlStyles` enum element `ApplyThemingImplicitly` isn’t new, it now has a more precise application for opting in or out of dark mode theming: It’s crucial to set this enum flag in a derived control in `CreateParams` _before_ calling the base method. Due to the original WinForms design, `CreateParams` runs before derived class constructors, and this order can be a common pitfall if not highlighted. We've updated the docs with this note, and it’s important for developers inheriting controls to follow this guidance, if they want their control to opt in or out implicit theming handling.
2020

21-
## Additional Improvements
21+
## Other Improvements
2222

2323
- **Renderer and Color Fixes**: We've resolved issues with foreground and background colors for buttons and text boxes in dark mode.
2424

0 commit comments

Comments
 (0)