0
votes
2answers
212 views
c#: transparent in tabControl
I'm looking for a way to cause a tabControl (framework 2.0) to be transparent in back ground.
I have a custom tabControl that inherite from microsoft tabControl. when I'm trying to paint a …
3
votes
3answers
608 views
How to create a transparent control which works when on top of other controls?
I have a control (derived from System.Windows.Forms.Control) which needs to be transparent in some areas. I have implemented this by using SetStyle():
public TransparentControl()
{
…
