Allow IExtenderProvider control to attach to controls on a UserControl
- by Justin
VB.NET 2.0 Framework
I developed a control that implements IExtenderProvider in order to attach to controls and display a form for translating of the text of that control. This works great on regular controls on the form but the IExtenderProvider is not attaching to controls on UserControls, which makes sense.
Is it possible to modify the UserControls or my IExtenderProvider control to enable it to attach to controls on a UserControl?
Thanks!