'Declaration Protected Overrides Function IsInputKeyCore( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal keyData As Keys _ ) As Boolean
'Usage Dim instance As TextEditor Dim control As Control Dim cell As Cell Dim keyData As Keys Dim value As Boolean value = instance.IsInputKeyCore(control, cell, keyData)
Parameters
- control
- The System.Windows.Forms.Control that will be used to edit the content of the cell.
- cell
- The Xceed.Grid.Cell whose content is to be edited by the control.
- keyData
- One of the System.Windows.Forms.Keys values.
Return Value
true if the specified key is a regular input key; false otherwise.