Saturday, March 7, 2009

How to Set the Control’s background to system colors

Here is a way to use the available default system colors like control, button face etc using C#

listView1.BackColor = System.Drawing.SystemColors.ControlDark;



No comments:

Post a Comment