In VB.NET 2005 code, I changed the BackColor of a label using lblTest.BackColor = Color.Red
Now I want to restore the initial BackColor of that label. In the properties-window of the label, the BackColor is defined as Control.
It seems I can not use this through code.
How can I set the BackColor of the label again to its original default-value through code?
Many thanks and greetings from Brugge (Bruges - Belgium),
Michel
Now I want to restore the initial BackColor of that label. In the properties-window of the label, the BackColor is defined as Control.
It seems I can not use this through code.
How can I set the BackColor of the label again to its original default-value through code?
Many thanks and greetings from Brugge (Bruges - Belgium),
Michel