'Declaration Protected Overrides Function IsActivationKeyCore( _ ByVal cell As Cell, _ ByVal keyData As Keys _ ) As Boolean
'Usage Dim instance As TextEditor Dim cell As Cell Dim keyData As Keys Dim value As Boolean value = instance.IsActivationKeyCore(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.
Return Value
true if the editor is activated by the key; false otherwise.