I would think the way to handle that would be to have Click handlers in your
applications various components that can Bubble the event up if it is a
click of this particular button. This would allow each component to trap the
click determine what to do and pass it to your application that can
subscribe to special click events thrown by it's components.
Good Luck!
> Can anyone tell me how I would go about catching a click event at a
> global level. More specifically the XButton1 (Left navigation button
[quoted text clipped - 4 lines]
>
> Thanks