I have derived a class from a component (DataGridView). How do I place my component in the visual studio components palette.
class WorkerGrid:DataGridView
{
public Worker Worker { get; }
public DateTime DateStart { get; set; }
public DateTime DateEnd { get; set; }
public void Load()
{
}
}
Depending on Microsoft
Creating the Project
The first step is to create the project and to set up the form.
To create an instance of a custom component