panel防闪

 SetStyle(ControlStyles.UserPaint |
                    ControlStyles.AllPaintingInWmPaint |
                    ControlStyles.OptimizedDoubleBuffer |
                    ControlStyles.ResizeRedraw |
                    ControlStyles.SupportsTransparentBackColor, true);

posted on 2012-04-17 14:26  阿蛆  阅读(126)  评论(1)    收藏  举报