Xceed Grid for WinForms v4.3 Documentation
IsInputChar Method (CellEditorManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CellEditorManager Class : IsInputChar Method
The System.Windows.Forms.Control that will be used to edit the content of the cell.
The Xceed.Grid.Cell whose content is to be edited by the control.
The character to test.The character to test.
Determines if a character is an input character that the editor recognizes and raises the QueryInputChar event.Determines if a character is an input character that the control recognizes.
Syntax
'Declaration
 
Protected Friend Function IsInputChar( _
   ByVal control As Control, _
   ByVal cell As Cell, _
   ByVal charCode As Char _
) As Boolean
'Usage
 
Dim instance As CellEditorManager
Dim control As Control
Dim cell As Cell
Dim charCode As Char
Dim value As Boolean
 
value = instance.IsInputChar(control, cell, charCode)
protected internal bool IsInputChar( 
   Control control,
   Cell cell,
   char charCode
)

Parameters

control
The System.Windows.Forms.Control that will be used to edit the content of the cell.
cell
The Xceed.Grid.Cell whose content is to be edited by the control.
charCode
The character to test.The character to test.

Return Value

true if the character should be sent directly to the editor and not preprocessed; false otherwise.true if the character should be sent directly to the control and not preprocessed; false otherwise.
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