The reason I am asking is that Visual Studio Express is missing this item when choosing “Add new Item”.
Because of that I would like to create it by hand but I do not know what code to add.
I would really appriciate if someone with professional or higher editions would paste the C# code that is generated when adding “Component Class”
SOLUTION
Use the code in the answer but to obtain visual part of the component, the user control has to be created and not just a regular class.
The code part
Component1.cs
EDIT:
Component1.Designer.cs
But there’s a visual part that you will miss…