Base:
method
ProcessCmdKey
System.Windows.Forms.ToolStripItem.ProcessCmdKey(ref System.Windows.Forms.Message, System.Windows.Forms.Keys)
1 override of ProcessCmdKey
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
1032
protected internal override bool
ProcessCmdKey
(ref Message m, Keys keyData)
1 reference to ProcessCmdKey
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
1041
return base.
ProcessCmdKey
(ref m, keyData);