Table of Contents

Method IsInputChar

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

IsInputChar(char)

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

protected override bool IsInputChar(char charCode)

Parameters

charCode char

The character to test.

Returns

bool

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