abstract user control

  • Thread starter Thread starter danielsanberger
  • Start date Start date
D

danielsanberger

Hi,

I am not sure if this is the right place for this question! Anyway,
here it is:

Is it possible to create a user control with abstract methods? I
couldn't do it. The reason is that I want to constrain the developer to
inherit from this abstract control!

Thanks in advance
Daniel
 
I see no problem and tested it in VS 2005. The abstract user control does
not show up in the list of user controls, but is still available in the
designer, so it seems exactly what you want. Are you working with an older
VS version?

Michael
 
Back
Top