I have created a special textBox which will allow only numeric values. (called NumericTextBox)
It's working well, but when I am puuting such a TextBox on my form at design time, the default Text value is "NumericTextBox1"
How can I get rid of that default property value and set my own?
Do I have to shadow the TextBox.Text property ?
Thanks,
It's working well, but when I am puuting such a TextBox on my form at design time, the default Text value is "NumericTextBox1"
How can I get rid of that default property value and set my own?
Do I have to shadow the TextBox.Text property ?
Thanks,