public MenuBar() { this.Dock = DockStyle.Top; this.BringToFront(); this.DoubleBuffered = true; this.Items = new MenuBarItemCollection(this); FirstLocation = new Point(DisplayRectangle.X + 10, DisplayRectangle.Y + 10); }