Base:
method
ProcessDialogKey
System.Windows.Forms.ToolStripItem.ProcessDialogKey(System.Windows.Forms.Keys)
1 override of ProcessDialogKey
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.PrintPreviewDialogToolStripButton.cs (1)
13protected internal override bool ProcessDialogKey(Keys keyData)
2 references to ProcessDialogKey
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1756public new bool ProcessDialogKey(Keys keyData) => base.ProcessDialogKey(keyData);
System\Windows\Forms\ToolStripItemTests.cs (1)
15500public new bool ProcessDialogKey(Keys keyData) => base.ProcessDialogKey(keyData);