c# - Move to previous textbox from current by pressing backspace -
I want to know how to move the cursor over the previous text box from the current text box.
Example
textbox1
textbox2
textbox3
Let's assume that three text boxes are now created and the third one is on a text box. I mean my cursor over the text box 3 and I want to move the cursor to text box 2 or focus on textbox2 to modify.
Am I? Please suggest appropriate code for this.
Based on:
foreign currency (new tab in new [] {Tbox0, tbox1, tbox2}) {tbox.KeyPress + = (Sender, E) => Keypressed (this, e); } Private Zero Keys are pressed (Object Sender, Keypress EventAgages E) {If (E.Kerk == (four) Keys. Back) (Sender Sender) .GetNextControl ((Controller sender, wrong) Choose (); // Focus ()}
Comments
Post a Comment