DiverDan
Contributor
I have a panel with a toolbar inside it and a title label underneath the toolbar button, also inside the panel. I chose not to title the button directly because the title text shows better in two rows, not one.
Both the title and the toolbar button respond to the user mouse click.
My question is: Is it possible for the toolbar button to react the same (raise) when the mouse enters the title label area? ie:
Private Sub lblTitle_MouseEnter(...) handles lblTitle.MouseEnter
btnToolBarbutton.Select ...where select will show the button as raised.
The above obviously does not work...but what would?
Thanks
Both the title and the toolbar button respond to the user mouse click.
My question is: Is it possible for the toolbar button to react the same (raise) when the mouse enters the title label area? ie:
Private Sub lblTitle_MouseEnter(...) handles lblTitle.MouseEnter
btnToolBarbutton.Select ...where select will show the button as raised.
The above obviously does not work...but what would?
Thanks