예제 #1
0
파일: MenuBar.cs 프로젝트: Hakua/PokeSharp
		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);
		}
예제 #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);
        }