Base:
method
IsInputChar
System.Windows.Forms.Control.IsInputChar(System.Char)
1 reference to IsInputChar
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripTests.cs (1)
7618
public new bool IsInputChar(char charCode) => base.
IsInputChar
(charCode);