Tab Controls - event properties

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

Guest

I have a text box that is equal to the caption of the page on a tab control
(thanks Rick), I need this text box to be updated whenver the current page is
changed.
 
spalj said:
I have a text box that is equal to the caption of the page on a tab
control (thanks Rick), I need this text box to be updated whenver the
current page is changed.

The tab control's Change event fires when the page changes, so you could
call the form's Recalc method from that event.
 

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