Setting PictureBox BackColor at runtime

  • Thread starter Thread starter eric
  • Start date Start date
E

eric

I have a PictureBox Control on user control. The image the picturebox
contains is transparent. At design time I can set the BackColor property to
anything I want and it behaves exactly as expected and looks great . When I
try to change the backColor property at runtime it does not change it
remains at whatever I set it to at design time.

Assistance appreciated.

TIA
 
Back
Top