'Declaration
Public Overridable Function IsInputKey( _
ByVal ctl As System.Windows.Forms.Control, _
ByVal keyData As System.Windows.Forms.Keys _
) As System.Boolean
public virtual System.bool IsInputKey(
System.Windows.Forms.Control ctl,
System.Windows.Forms.Keys keyData
)