I am working on a project with some other developers and I notice that they created a custom component to create a readonly implementation of a combobox. But what is the difference between a component and a custom user control?
Why not use a custom user control for something like that?