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