SyntaxFix
Write A Post
Hire A Developer
Questions
Easy
if (lblExample.ForeColor != System.Drawing.Color.Red) { lblExample.ForeColor = System.Drawing.Color.Red; } else { lblExample.ForeColor = new System.Drawing.Color(); }