Base:
method
ProcessCmdKey
System.Windows.Forms.Control.ProcessCmdKey(ref System.Windows.Forms.Message, System.Windows.Forms.Keys)
1 override of ProcessCmdKey
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
239
protected override bool
ProcessCmdKey
(ref Message m, Keys keyData) {
2 references to ProcessCmdKey
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
257
return base.
ProcessCmdKey
(ref m, keyData);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2832
return
ProcessCmdKey
(ref m, keyData);