Categories
How to make hover event on tab with tabcontrol?
Task: there is a tabcontrol, it has a tab, when the cursor is hovering over the tab, a notification pops up, for example. How to do it ?
Answer the question
In order to leave comments, you need to log in
There is a MouseHover event that occurs when you hover and hold the mouse over an object for a certain amount of time. This can help.
tabControl1.TabPages[0].MouseHover += Popup_MouseHover;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question