Search for
in snippet title/description
in snippet text
Browse Code
Add-Ins
Blog
Language Feeds
Service Stats
FAQs
Feedback
About
Manage Your Code
Login
Register
Snippet: Transparent panel (C#)
Title:
Transparent panel
Language:
C#
Description:
A panel with a transparent background-
Views:
1778
Author:
Diego Guidi
Date Added:
7/26/2006
Copy
Code
1
myPanel.BackColor = Color.FromArgb(opacity, myColor);
myPanel.BackColor = Color.FromArgb(opacity, myColor);