handle when user click Tab part of Tab page

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

Guest

how can i get an event to occur when a user clicks on the Tab part of a tab
page...not the page itself. the mouse events only register when the page is
clikced, not the tab....
 
iwdu15 said:
how can i get an event to occur when a user clicks on the Tab part of a tab
page...not the page itself. the mouse events only register when the page is
clikced, not the tab....

..NET 2.0 adds the following four events (in this order):

Deselecting
Deselected
Selecting
Selected

B.
 
Back
Top