Tab control mouse enter

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

Guest

Is there a way to determine what TabPage the mouse pointer is at, either on
the mouse enter of the TabControl or TabPage? I'm simply wanting to
determine the TabPage that the mouse is over. Does anybody have any examples?
 
Blue,

The tabpage tab as no event, so this will mean measuring while it has as
well in Net 1.x some bugs that can destroy your approach.

Have a look if it is here, this is in my opinion the best website for the
tabpage. (If it is not exactly there than have a look at the part of
coloring the tabs on this website)

http://dotnetrix.co.uk/tabcontrols.html

I hope this helps,

Cor
 
It's there, but it's disguised as "Associate a ContextMenu with the TabItem
headers of a Tabcontrol."

:-)
 
Back
Top