U
UdiBenSenior
Hi,
I have a class derived from richrext box that overrides IsInputKey.
I would like to handle 'Enter' in my derived class, without forwarding
it to the base (RichTextBox) - thus preventing from the base to print
the '\n'.
I tried to return false from IsInputKey but it didn't work.
What am I doing wrong?
Thanks.
I have a class derived from richrext box that overrides IsInputKey.
I would like to handle 'Enter' in my derived class, without forwarding
it to the base (RichTextBox) - thus preventing from the base to print
the '\n'.
I tried to return false from IsInputKey but it didn't work.
What am I doing wrong?
Thanks.