disable button tabstop

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

Guest

Hi,

I can set the button.tabstop = false.

but how do i clear the tabstop after the button has been clicked?
the tabstop remains when the button has been clicked.

thanks.
 
You mean "focus" remains I am guessing.
Well, in the click even of the button, you could put focus elsewhere.
Like textbox1.focus or something along that lines.
 

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