internal override void SetBorderStyle(IntPtr handle, FormBorderStyle border_style) { X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle); if (hwnd != null) { hwnd.SetBorderStyle(border_style); } }