Controls

  • Thread starter Thread starter DaveL
  • Start date Start date
D

DaveL

Hi
I have a Client, that wants the enterkey to work like
the Tab key when moving from control to control
What is the best way to accomplish this
I was not able to find a property to choose tab over/or enter

Thanks
DaveL
 
Thank you very much Peter

Peter Duniho said:
You'll have to handle the key input yourself and call
Control.SelectNextControl() to move the focus when the Enter key is
pressed.

Pete
 
Back
Top