.NET version
.NET11 SDK build: 11.0.100-rc.1.26413.103 + private dlls built from 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+?
Not support, new feature of #14809
Issue description
When a WinForms ComboBox is configured with DropDownStyle = DropDownList and VisualStyleMode = NET11, the selected item(Text area) is rendered with a dark blue background and white text after the drop-down list is closed.
SystemColorMode with Light:

SystemColorMode with Dark:
The selected item remains displayed with this dark blue selection background in the ComboBox text area, which differs from the rendering in VisualStyleMode = Classic.
SystemColorMode with Light:

SystemColorMode with Dark:
Steps to reproduce
- Create a WinForms application targeting .NET 11.
- Add a
ComboBox to the form.
- Set
DropDownStyle to DropDownList.
- Add one or more items to the ComboBox.
- Set
VisualStyleMode to NET11.
- Run the application.
- Open the ComboBox and select an item.
- Close the drop-down list.
.NET version
.NET11 SDK build: 11.0.100-rc.1.26413.103 + private dlls built from 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+?
Not support, new feature of #14809
Issue description
When a WinForms
ComboBoxis configured withDropDownStyle = DropDownListandVisualStyleMode = NET11, the selected item(Text area) is rendered with a dark blue background and white text after the drop-down list is closed.SystemColorMode with Light:

SystemColorMode with Dark:
The selected item remains displayed with this dark blue selection background in the ComboBox text area, which differs from the rendering in

VisualStyleMode = Classic.SystemColorMode with Light:
SystemColorMode with Dark:
Steps to reproduce
ComboBoxto the form.DropDownStyletoDropDownList.VisualStyleModetoNET11.