Tab Controls - event properties

S

spalj

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.
 
D

Dirk Goldgar

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