'Declaration Protected Overrides Function IsInputKey( _
ByVal keyDataOne of the System.Windows.Forms.Keys values.As System.Windows.Forms.Keys _
) As Boolean
protected override bool IsInputKey(
System.Windows.Forms.Keys keyData
)
protected: bool IsInputKey(
System.Windows.Forms.Keys* keyData
); override
protected:
bool IsInputKey(
System.Windows.Forms.Keys^ keyData
); override
Parameters
- keyData
- One of the System.Windows.Forms.Keys values.
Return Value
True if the specified key is a regular input key; otherwise, false.