'Declaration Protected Friend Function IsActivationChar( _ 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.IsActivationChar(cell, charCode)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be edited by the editor.
- charCode
- The character to test.The character to test.
Return Value
true if the editor is activated by the char; false otherwise.true if the control is activated by the char; false otherwise.