1 write to ToolStripMenuItemKeyInvokeSmartTag
DesignSurface (1)
MainForm.Designer.cs (1)
52
this.
ToolStripMenuItemKeyInvokeSmartTag
= new System.Windows.Forms.ToolStripMenuItem();
6 references to ToolStripMenuItemKeyInvokeSmartTag
DesignSurface (6)
MainForm.Designer.cs (6)
184
this.
ToolStripMenuItemKeyInvokeSmartTag
,
251
this.
ToolStripMenuItemKeyInvokeSmartTag
.Name = "ToolStripMenuItemKeyInvokeSmartTag";
252
this.
ToolStripMenuItemKeyInvokeSmartTag
.ShortcutKeys = System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F10;
253
this.
ToolStripMenuItemKeyInvokeSmartTag
.Size = new System.Drawing.Size(165, 24);
254
this.
ToolStripMenuItemKeyInvokeSmartTag
.Text = "InvokeSmartTag";
255
this.
ToolStripMenuItemKeyInvokeSmartTag
.Click += this.OnMenuClick;