[]
        
(Showing Draft Content)

FarPoint.Win.InputTextBox.IsInputChar

IsInputChar Method

IsInputChar(char)

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

Declaration
protected override bool IsInputChar(char charCode)
Protected Overrides Function IsInputChar(charCode As Char) As Boolean
Parameters
Type Name Description
char charCode

Character to check

Returns
Type Description
bool

true if the character can be handled by the control and not preprocessed; otherwise, false

Overrides