I am trying to match the colors of my custom controls with those used in Windows 7. However, I cannot find a complete list of all the colors used by Windows 7. Is there a built-in class containing these colors, or should I use a color set for each control I want to create.
Does SystemColors Class Help
If someone is interested in seeing system colors for different topics at a glance, I created a link here .
: GetSysColor (Win32), System.Windows.SystemColors(Windows Presentation Foundation), System.Drawing.SystemColors(Windows Forms).