Hi,
i'm creating a custom toolbar. The event handlers for the button act as a delegate function, in that it will run a function on the form my toolbar was placed on. This toolbar will be placed on multiple forms that will implement the same interface.
I need to know how to call the function on the form that my toolbar is placed on.