protected override bool IsInputKey(
Keys
)
'Declaration
Protected Overrides Function IsInputKey( _
ByVal As Keys _
) As Boolean
'Usage
Dim instance As MedicalViewer
Dim keyData As Keys
Dim value As Boolean
value = instance.IsInputKey(keyData)
protected:
bool IsInputKey(
Keys
) 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.