Xceed Grid for WinForms v4.3 Documentation
IsActivationCharCore Method (CheckBoxEditor)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CheckBoxEditor Class : IsActivationCharCore Method
The Xceed.Grid.Cell whose content is to be edited by the editor.
The character to test.
Retrieves a boolean value indicating if the editor is activated by the char.
Syntax
'Declaration
 
Protected Overrides Function IsActivationCharCore( _
   ByVal cell As Cell, _
   ByVal charCode As Char _
) As Boolean
'Usage
 
Dim instance As CheckBoxEditor
Dim cell As Cell
Dim charCode As Char
Dim value As Boolean
 
value = instance.IsActivationCharCore(cell, charCode)
protected override bool IsActivationCharCore( 
   Cell cell,
   char 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.
Remarks

If true, the editor is activated and will immediately receive a System.Windows.Forms.Control.KeyDown event for that char.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CheckBoxEditor Class
CheckBoxEditor Members
Base Implementation in IsActivationCharCore