Tagged Questions

2
votes
1answer
661 views

.NET IExtenderProvider (C#)

I'm trying to extend the controls TextBox, ComboBox and Panel with an IExtenderProvider but I can not get it to work properly. I start to believe that I haven't understand the concept fully. Does ...
1
vote
1answer
325 views

why IExtenderProvider Properties are lost in Designer in C# window appliaction?

I have created a IExtenderProvider (Extender) for Controls.using Extender ,I am Iterating the collection of controls and validate it.It works fine.but, some time while changing some designs,or when ...
0
votes
1answer
98 views

How to extend control events IExtenderProvider?

Is there a way to add events to a control like adding properties to a control with IExtenderProvider? I try to write an own validtor with an errorpovider. with IExtenderProvider i'm adding the ...