'Declaration Protected Friend Function IsActivationKey( _ ByVal cell As Cell, _ ByVal keyData As Keys _ ) As Boolean
'Usage Dim instance As CellEditorManager Dim cell As Cell Dim keyData As Keys Dim value As Boolean value = instance.IsActivationKey(cell, keyData)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be edited by the editor.
- keyData
- One of the System.Windows.Forms.Keys values.One of the System.Windows.Forms.Keys values.
Return Value
true if the editor is activated by the key; false otherwise.true if the control is activated by the key; false otherwise.