Hi,
I am using NumericEditors to let user input double and integer values. What I do not want is to see the underscores displaying in the control? How can i prevent underscores from beeing displayed?
Kind regards
Patrick
got it. It's the PromptChar Property that must be set to string.empty.
Thanks and sorry