views:

53

answers:

1

Hello How can I determine what is the transparent color on a form? (The color that a control, for example, will be painted with, if BackColor property will be set to Color.Transparent.

The reason I need this is that I need to fill a background of a custom created control, and for many other reasons, I can't just use Color.Transparent.

A: 

If you are using Windows forms, then maybe this article can help you out

armannvg