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
 
Back
Top