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)
236protected internal override bool ProcessCmdKey(ref Message m, Keys keyData) {
3 references to ProcessCmdKey
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
242return base.ProcessCmdKey(ref m, keyData);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1571if (item.ProcessCmdKey(ref m, shortcut)) { 1663if (item.ProcessCmdKey(ref m, shortcut)) {