Is it possible to Inherit a User Control?

pizzaboy

Well-known member
Joined
Jan 5, 2008
Messages
57
Programming Experience
1-3
I have a custom control which already performs most of what I need (visually and performance-wise), but I would like to add more functionality to it while retaining its visual appearance.

Is there a better way to create this "new" custom control than to simply add the existing custom control onto the new?

Any help would be greatly appreciated.

Thanks.
 
if the control is inheritable, make a new control that inherits the the one you want to build on
 
Back
Top