Hi there,
I'm trying to set a UltraNumericEditor with editorbuttons on his right lke this:
- The Text part of the control must be Enabled = false- The buttons of the control must me Enabled = true
Unfortunally, I could'nt use the ReadOnly property.
Can anyone help me please?Yoann.
Why can't you use the ReadOnly property?
Because I still can give focus on the Editor, and I just need to have the buttons avaible.
Any idea? :-)
Hm, I don't know of any way to do that. If you set the Control to ReadOnly, you can enter edit mode and select text but you cannot change it, so I think that would work. If you don't want to allow the user to edit or select text at all, then maybe you should use a label control and some button controls instead of an editor.