I have noticed that an UltraTextEditor will accept almost every varation of CTRL+ except CTRL+A. Is this the way the control should work or do I have something set wrong? I have already programmed around this by adding my own keypreview but would like to know if I could have done something different when adding the control. Thanks.
Hi,
I just tested this out by placing a new UltraTextEditor on a form. When I click into the control and press CTRL+A, it selects all of the text.
So I'm not sure why it's not working for you. Maybe something else in your application is using CTRL+A for a shortcut - like perhaps a toolbar or menu item is eating the keystroke so it never gets to the UltraTextEditor.
If you put a regular TextBox control on the same form, does it work?
Hi, I tried but seems not working when pressing CTRL + A. It'll not select whole text in UltraTextEditor. But it'll work in UltraFormattedTextEditor.
I'm using version 8.1.20081.1000.