Home All Groups Group Topic Archive Search About

handle when user click Tab part of Tab page

Author
3 Aug 2006 8:26 PM
iwdu15
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

Author
4 Aug 2006 1:05 PM
Brian Tkatch
iwdu15 wrote:
> 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

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

Deselecting
Deselected
Selecting
Selected

B.