Base:
method
IsInputKey
System.Windows.Forms.Control.IsInputKey(System.Windows.Forms.Keys)
1 reference to IsInputKey
System.Windows.Forms.Tests (1)
System\Windows\Forms\TabControlTests.cs (1)
5791
public new bool IsInputKey(Keys keyData) => base.
IsInputKey
(keyData);