Hello, I have a WinForm application. The form has one Tab Control and one ToolStrip. I would like to know what would be the best way to detect when the user is "leaving" the Tab Control and "moving" into ToolStrip. Thank you EitanB
"Eitan" wrote in message news:86F3A19D-2A05-4D43-99F8-62A61ADEE974@microsoft.com... > Hello, > > I have a WinForm application. The form has one Tab Control and one > ToolStrip. I would like to know what would be the best way to detect when > the user is "leaving" the Tab Control and "moving" into ToolStrip. > > Thank you > EitanB Have you tried using the current tab page leave event?
"Eitan" wrote in message news:86F3A19D-2A05-4D43-99F8-62A61ADEE974@microsoft.com... > Hello, > > I have a WinForm application. The form has one Tab Control and one > ToolStrip. I would like to know what would be the best way to detect when > the user is "leaving" the Tab Control and "moving" into ToolStrip. > > Thank you > EitanB What about thr ToolStrip control's Enter event?
Hello, The Leave on the Tab Control is not triggered when I press one of the controls on the ToolStrip..... It only triggers when I switch between tabs on the Tab Control.... Thank you Eitan "pvdg42" wrote: > > "Eitan" wrote in message > news:86F3A19D-2A05-4D43-99F8-62A61ADEE974@microsoft.com... > > Hello, > > > > I have a WinForm application. The form has one Tab Control and one > > ToolStrip. I would like to know what would be the best way to detect when > > the user is "leaving" the Tab Control and "moving" into ToolStrip. > > > > Thank you > > EitanB > > What about thr ToolStrip control's Enter event? > > >