Advertisement
HaLo2FrEeEk

SetStyle constructor

Jan 2nd, 2011
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. public PanelEx()
  2. {
  3.     this.SetStyle(ControlStyles.ResizeRedraw, true);
  4.     this.SetStyle(ControlStyles.Opaque | ControlStyles.OptimizedDoubleBuffer | ControlStyles.DoubleBuffer, false);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement