Help -- Tool Bar Control
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to determine from 10 15 tool bar button that mouse is over which button,and how can we change image item of the button on mouse over event.How to do in Tool Bar.
-
How to determine from 10 15 tool bar button that mouse is over which button,and how can we change image item of the button on mouse over event.How to do in Tool Bar.
Use the Tag property for each button. Then query this value in the form with either with a switch statement or if-else-endif type of construct.