Transparent frame?

  • Thread starter Thread starter Gregory Khra
  • Start date Start date
G

Gregory Khra

I need to use a control that is just a border, like transparent
System.Windows.Forms.Panel (I need to display form's background image). Can
you advice on what I can use or how to make Panel transparent?
Thank you.
 
Hi Gregory.

A Panel can be made transparent by setting its BackColor property to
Color.Transparent.
 
Thank you. Just what I need. Is there a way to change border color for Panel
or GroupBox? ForeColor doesn't work.
Gregory
 
Back
Top