'Declaration Protected Friend Overridable Function IsInputKey( _ ByVal keyData As Keys _ ) As Boolean
'Usage Dim instance As VisualGridElement Dim keyData As Keys Dim value As Boolean value = instance.IsInputKey(keyData)
Parameters
- keyData
- A System.Windows.Forms.Keys value specifying the key code and modifier of the key(s) that was pressed.
Return Value
true if the key(s) pressed in an input key; false otherwise.