I’ve defined a class that inherits from Datagridview. Is it possible to put this on the toolbox in Visual Studio so that I can just click and drop on the Windows Form Designer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In VS2012 (and probably earlier version too), if you compile your solution with any class that derive from Control or UserControl, VS should add your control at the top of the toolbox automatically. But in any case, your solution had to be compiled once for the control to be selectable in the toolbox.