For instance, to make something blue I would go:
this.BackColor = Color.LightBlue;
How can I summon the Control color, the khaki one.
Thanks SO.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
System.Drawing.SystemColorsclass has properties exposing the various system colours, so you can doThe full range of properties to access other colours is listed on MSDN.