Base:
method
ProcessCmdKey
System.Windows.Forms.ToolStripDropDownItem.ProcessCmdKey(ref System.Windows.Forms.Message, System.Windows.Forms.Keys)
1 override of ProcessCmdKey
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
236
protected internal override bool
ProcessCmdKey
(ref Message m, Keys keyData) {
3 references to ProcessCmdKey
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
242
return base.
ProcessCmdKey
(ref m, keyData);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1571
if (item.
ProcessCmdKey
(ref m, shortcut)) {
1663
if (item.
ProcessCmdKey
(ref m, shortcut)) {