I have a vb.net windows forms project with a tabcontrol.
Anyone know how to change the style of the tabpage title or "button" when you hover over it with the pointer ?
I guess you can change the colours with:
TabControl1.SelectedTab.BackColor = Color.Black
But not sure how to hook up the mouseover to the hovered over tab title/button.