So I need a button that can call a (non-static) function outside of it, but it also needs to be able to override the "OnClick" method of System::Windows::Forms::Button... ideas?

In JAVA I know I'd use either an "interface" or a class within a fake class hack workaround.

Thank you guys in advance so very much.