'Declaration Protected Overridable Function IsActivationCharCore( _ ByVal cell As Cell, _ ByVal charCode As Char _ ) As Boolean
'Usage Dim instance As CellEditorManager Dim cell As Cell Dim charCode As Char Dim value As Boolean value = instance.IsActivationCharCore(cell, charCode)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be edited by the editor.
- charCode
- The character to test.
Return Value
true if the editor is activated by the char; false otherwise.