Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
UltraTextEditor KeyDown while readonly
posted

Hi,

I have a problem using the KeyDown event while being in readonly mode.

In a form, I can't catch CTRL+"something" keys (ex. ctrl+e) while the focus being on a readonly UltraTextEditor usercontrol. The control fires one key or the other, but never both of them.
In edit mode, it works.

Is there difference between edit and readonly mode for managing key events? 

Thank you for your help.

 (I'm using NetAdvantage for .NET 2007 Vol. 3 CLR 2.0)