Allow IExtenderProvider control to attach to controls on a UserControl
        Posted  
        
            by Justin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Justin
        
        
        
        Published on 2010-03-25T17:47:38Z
        Indexed on 
            2010/03/26
            3:13 UTC
        
        
        Read the original article
        Hit count: 216
        
vb.net
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!
© Stack Overflow or respective owner