-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area-DarkModeIssues relating to Dark Mode featureIssues relating to Dark Mode featurehelp wantedGood issue for external contributorsGood issue for external contributors
Milestone
Description
.NET version
9.0.0-rc.1.24418.2 + build private dll from winforms repo main branch
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is a new feature Dark Mode: #11857
Issue description
The text color of the helpProvider is barely visible in Dark Mode.
Steps to reproduce
- Create a .NET Core WinForms project
- Add button and helpProvider to the form
- Set button's properties as below
- HelpString on helpProvider : testing 123
- ShowHelp on helpProvider : True
- Build and run the project
- Click the button and press F1 key
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-DarkModeIssues relating to Dark Mode featureIssues relating to Dark Mode featurehelp wantedGood issue for external contributorsGood issue for external contributors

