You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DarkMode] the checked/unchecked items cannot be seen after clicking the CustomComCtl32Button button in DarkMode for WinformsControlTest project #14347
.NET version
main branch of Winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Repro in Release/10.0 branch, not reproduce Release/9.0 branch
Issue description
The checked/unchecked items cannot be seen after clicking the CustomComCtl32Button button in DarkMode
NewIssue.mp4
Steps to reproduce
Test the sample app: WinformsControlTest in Winforms repo, then clicking the CustomComCtl32Button button in DarkMode
Or using attached project
ReproduceApplication.zip
More info:
The issue can reproduce when setting the FlatStyle as Standard/System, not reproduce when setting the FaltStyle as Flat/Popup.