How to programmatically focus to next control in tabIndex order?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

How can I programmatically focus to next control in a form by tabIndex order?

Tedmond
 
Hi Tedmond,

The Control class has a GetNextControl method that will return the next or
previous control in the tab order list.
 
Back
Top