Skip to content

[Dark Mode] The ToolTip is not in dark mode for ErrorProvider control after enabled SystemColorMode.Dark #14879

Description

@Zheng-Li01

.NET version

.NET 11.0.100-rc.1.26411.119

Did it work in .NET Framework?

Not tested/verified

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 ToolTip is not in dark mode for ErrorProvider control after enabled SystemColorMode.Dark

Image

Steps to reproduce

  1. Create a .NET winforms project with TextBox & ErrorProvider controls
  2. Add below code section in the Form1_Load event
    errorProvider1.SetError(textBox1, "This is an error message.");
  3. Set app under Dark mode in program.cs file
    Application.SetColorMode(SystemColorMode.Dark);
  4. Build & run the project, and then focus on the errorProvider icon to observe the ToolTip message

Metadata

Metadata

Assignees

Labels

area-DarkModeIssues relating to Dark Mode feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions