[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.IsInputChar

IsInputChar Method

IsInputChar(char)

Determines if a character is an input character that the control recognizes.

Declaration
protected override bool IsInputChar(char charCode)
Parameters
Type Name Description
char charCode

The character to test.

Returns
Type Description
bool

True if the character should be sent directly to the control and not preprocessed, False otherwise.

Overrides