Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Forms Namespace / ControlBase Class / IsInputChar Method
The character to test.


In This Topic
IsInputChar Method (ControlBase)
In This Topic
Determines if a character is an input character that the control recognizes.
Syntax
'Declaration
 
Protected Overrides Function IsInputChar( _
   ByVal charCode As Char _
) As Boolean
 
'Usage
 
Dim instance As ControlBase
Dim charCode As Char
Dim value As Boolean
 
value = instance.IsInputChar(charCode)

Parameters

charCode
The character to test.

Return Value

true if the character should be sent directly to the control and not preprocessed; otherwise, false.
See Also