From a custom Winforms component that is embedded in a form, how to I get the parent/owner control?
I have an IContainer and the Site property is not null, but I have no idea how to get to the "real" parent.
(this is a followup to this question, atm I am trying to add a handler to the parents VisibleChanged, but that's not the first time I face this question)