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)
System\Windows\Forms\MDI\MdiControlStrip.SystemMenuItem.cs (1)
16
protected internal override bool
ProcessCmdKey
(ref Message m, Keys keyData)
3 references to ProcessCmdKey
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (2)
778
&& item.
ProcessCmdKey
(ref m, shortcut))
870
&& item.
ProcessCmdKey
(ref m, shortcut))
System\Windows\Forms\MDI\MdiControlStrip.SystemMenuItem.cs (1)
25
return base.
ProcessCmdKey
(ref m, keyData);