Spread Windows Forms 12.0 Product Documentation
IsInputChar Method (ControlBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Forms Namespace > ControlBase Class : IsInputChar Method
The character to test.
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)
protected override bool IsInputChar( 
   char 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

Reference

ControlBase Class
ControlBase Members