I'm working on a custom control which inherits another custom control.
The parent control's Designer is private and I cannot inherit it directly.
Is there a way to add a new verb to the control's command menu shows after clicking the right mouse button in design time?(The parents's designer will still work.)
Thanks a lot.