Database Reference
In-Depth Information
//
//viewMenu
//
thi s.viewMenu.DropDownItems.AddRange(new
System.Windows.Forms.ToolStripItem[] {
this.toolBarToolStripMenuItem,
this.statusBarToolStripMenuItem});
this.viewMenu.Name = “viewMenu”;
this.viewMenu.Size = new System.Drawing.
Size(44, 20);
this.viewMenu.Text = “&View”;
//
//toolBarToolStripMenuItem
//
this.toolBarToolStripMenuItem.Checked = true;
thi s.toolBarToolStripMenuItem.CheckOnClick
= true;
thi s.toolBarToolStripMenuItem.CheckState =
System.Windows.Forms.CheckState.Checked;
thi s.toolBarToolStripMenuItem.Name =
“toolBarToolStripMenuItem”;
this.toolBarToolStripMenuItem.Size = new
System.Drawing.Size(126, 22);
thi s.toolBarToolStripMenuItem.Text =
“&Toolbar”;
this.toolBarToolStripMenuItem.Click + = new
System.EventHandler(this.
ToolBarToolStripMenuItem_Click);
//
//statusBarToolStripMenuItem
//
thi s.statusBarToolStripMenuItem.Checked
= true;
thi s.statusBarToolStripMenuItem.CheckOnClick
= true;
thi s.statusBarToolStripMenuItem.CheckState =
System.Windows.Forms.CheckState.Checked;
thi s.statusBarToolStripMenuItem.Name =
“statusBarToolStripMenuItem”;
this.statusBarToolStripMenuItem.Size = new
System.Drawing.Size(126, 22);
thi s.statusBarToolStripMenuItem.Text
= “&Status Bar”;
Search WWH ::




Custom Search