-
Focus
Hi All:
I have few textboxes on my form. When I hit the Enter key, my cursor does not jump to the next textbox,however when I hit the Tab button on my keyboard, than the cursor jumb to the next textbox. How can setup my tabs so when the cursor is setting on textbox1 and I touch enter the cursor moves to the textbox2?
Thanks
-
Set the EnterKeyBehaviour property to False.
-
Focust
Hi:
How do I set the EnterKeyBehaviour and where do I need to set this? Is this is textbox property or form's?
Thanks