winForm中将控件背景设为透明色

//将控件背景设置为透明

this.BackColor = Color.FromArgb(0 ,240 ,240,240);

posted @ 2008-11-29 13:51  XiaoK  阅读(650)  评论(0)    收藏  举报