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.
 
Back
Top