Help with Custom Control

  • Thread starter Thread starter Keith Smith
  • Start date Start date
K

Keith Smith

When making a new custom control, is there a way to work from a "template"
of another control? Instead of adding a control to the UserControl.cs?
 
Hi Keith
Not sure if i got you correctly. But, you always can inherit the class of
the control that you want to build upon wheither this class is your own
control or it is one of that controls that come with the framework
Class mycontrol inherits mypreviousversion {} or class mycontrol inherits
System.Winodws.Forms........... {}
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top