Transparent frame?

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.
 
M

Morten Wennevik [C# MVP]

Hi Gregory.

A Panel can be made transparent by setting its BackColor property to
Color.Transparent.
 
G

Gregory Khra

Thank you. Just what I need. Is there a way to change border color for Panel
or GroupBox? ForeColor doesn't work.
Gregory
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top