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
2490
UltraNumericEditor
posted

Hi,

I want tu select all text when the user click or enter to the tool.

I use handles "Enter" and handles "MouseClick" is work fine.

But do you have a property on editor to selected all text every time when the user enter to edit mode ?

Because I have 30 tools on the form

 

Francois

Parents
No Data
Reply
  • 53790
    posted

    Hello Francois,

    maybe one possible solution could be if you are using UserControl which contains your UltraNumericEditor with desired behavior. By this way you could implement this userControl everywhere in your application without to repeat your custom settings.

    Let me know if you have any questions

Children