What is the difference between custom controls and user controls?
What is the difference between custom controls and user controls? The main difference between Custom Control and User Control is that they inherit from different levels in the inheritance tree . A Custom Control generally inherits from the System. Windows. A UserControl inherits from the System. What is the difference between user control and custom […]