It seems that when I have an ultraStatusBar with one or more Button panels, the only event that is raised upon clicking any of the buttons, is the click event associated with the ultraStatusBar and the sender and event args are generic. I therefore can not figure out how to tell when a user has clicked on one button panel or another that may be on my ultraStatusBar.
I looked at the forums and docs, but there is no description on how to do this.
If anyone know how to do this, please let me know.
Thanks so much.
Phil
Phil,
Take a look at the ButtonClick event instead of the Click event. The event args of this even will tell you which panel was clicked, which is made even easier if you assign a value for the Key of each panel.
-Matt
What about double-clicking?
Ah, PanelDoubleClick. Can we not delete our own posts on this forum? :-/