Xceed Grid for WinForms v4.3 Documentation
IsActivationChar Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CellEditorManager Class : IsActivationChar Method
The Xceed.Grid.Cell whose content is to be edited by the editor.
The character to test.The character to test.
Retrieves a boolean value indicating if the editor is activated by the char and raises the QueryActivationChar event.Retrieves a boolean value indicating if the control is activated by the char.
Syntax
'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)
protected internal bool IsActivationChar( 
   Cell cell,
   char 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.
Remarks

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

If true, the control is activated and will immediately receive an System.Windows.Forms.Control.OnKeyDown(System.Windows.Forms.KeyEventArgs) 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

CellEditorManager Class
CellEditorManager Members