Hey there,
I'm using DecimalUpDown control, and when I call the Focus() method, the focus will not be set:
Any ideas?
Thanks!
I'm using DecimalUpDown control, and when I call the Focus() method, the focus will not be set:
this.MyDecimalUpDown.Focus();
I also tried to set the Property Focusable=True, but there was no change.Any ideas?
Thanks!