M
Mat Kramer
Hi all,
I want to temporarily set the background color of a text box, so I use
my_text_box.BackColor = Color.BlanchedAlmond;
Then when I want to reset back to the default (white on my system), I
thought I could use
my_text_box.BackColor = TextBox.DefaultBackColor;
Unfortunately, this sets it to gray. Is this a bug or am I using it wrong?
Thanks
-Mat
I want to temporarily set the background color of a text box, so I use
my_text_box.BackColor = Color.BlanchedAlmond;
Then when I want to reset back to the default (white on my system), I
thought I could use
my_text_box.BackColor = TextBox.DefaultBackColor;
Unfortunately, this sets it to gray. Is this a bug or am I using it wrong?
Thanks
-Mat