How Toolbar works in VB.NET? I have add a Toolbar1 in a Form and I add 3 buttons.
This code work:

Select Case e.Buttons.Text

But how about if the button has no Text? Is there a possible way to solve this?