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
1871
UltraTextEditor will not allow CTRL+A
posted

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.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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?

Children