public static void SetDrawing(this Control control, bool enabled)
 {
     Win32.SendMessage(control.Handle, Win32.WM_SETREDRAW, enabled, 0);
 }