[DarkMode] there no status changes when using mouse over the tabPage items in DarkMode
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
### .NET version
latest .NET SDK 10.0.1
### Did it work in .NET Framework?
No
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
The issue appeared after introduced the DarkMode feature for the TabControl control with the https://github.com/dotnet/winforms/pull/13610
### Issue description
There no status changes when using mouse over the tabPage items in DarkMode
**Actual Results:**
https://github.com/user-attachments/assets/c9d06fea-98ce-4fc6-b3fc-fab5b1bebb6d
**Expect Results:**
https://github.com/user-attachments/assets/36aee900-24a0-473e-bada-6bf8460051d7
### Steps to reproduce
1. Steps to reproduce
2. Create a new Windows Forms application with TabControl control
` Application.SetColorMode(SystemColorMode.Dark);`
3. Run the application
4. Use mouse over the tabPage items, and observe the status for the tabPage items
Contributor guide
Assessment
This issue has not been assessed yet.