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.
'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)
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