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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top