-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The FormCaptionTextColorChanged event property of the Form does not work #11898
Comments
Verified this issue in the latest .NET 9 RC1 build: 9.0.100-rc.1.24421.9 from https://aka.ms/dotnet/9.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe, it was fixed: |
Verified the issue with .NET 9.0.100-rc.1.24422.10 test pass build, the issue has been fixed that have the same results as above. |
Verified this issue in the latest .NET9.0 SDK build: 9.0.100-rc.2.24428.6, it was fixed. Same test result as above. |
Verified the issue with .NET 9.0.100-rc.1.24452.12 test pass build that the issue has been fixed that have the same results as above. |
Verified the issue with .NET 9.0.100-rc.2.24474.11 test pass build that the issue has been fixed, which have the same results as above. |
.NET version
.NET SDK 9.0.100-rc.1.24415.1 + build private dll form winforms repo release/9.0 branch
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, this is a new feature Dark Mode: #11857
Issue description
Form's FormCaptionTextColorChanged event property doesn't work, can't display text color correctly.
Actual result:
Expected result:
The FormCaptionTextColorChanged event of the Form should display the text color correctly.
Steps to reproduce
The text was updated successfully, but these errors were encountered: