Esempio n. 1
0
		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);
		}
Esempio n. 2
0
        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);
        }