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 by default.
Is it possible to modify the UserControl or my IExtenderProvider control to enable it to attach to controls on a UserControl?
Thanks!