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
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
I never use UserControl.
You tell me I can build a control default and load it on every uce or une of my form ?
Francois.