TabIndex of multiple usercontrols
-
Hello everybody, I've got a form with multiple usercontrols which contain some textboxes. Is it possible to adjust the tabindexes so it can hop from the textbox in the one control to another and back. I tried something like this. this.usercontrol1.textbox1.tabindex = 1 this.usercontrol2.textbox1.tabindex = 2 this.usercontrol1.textbox2.tabindex = 3 but this doesn't work. Can anyone tell me whether it is possible to do something like this and how to achieve that. With kind regards Joris
-
Hello everybody, I've got a form with multiple usercontrols which contain some textboxes. Is it possible to adjust the tabindexes so it can hop from the textbox in the one control to another and back. I tried something like this. this.usercontrol1.textbox1.tabindex = 1 this.usercontrol2.textbox1.tabindex = 2 this.usercontrol1.textbox2.tabindex = 3 but this doesn't work. Can anyone tell me whether it is possible to do something like this and how to achieve that. With kind regards Joris