'Usage Dim instance As DatePickerTextBoxArea 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.