You don't need a template for that. Just create a normal Form. If you want it to inherit from some other Form type then change the base type in the form's codebehind file. If you want to use this new form as a base type then you don't need to do anything.
"Inherited Form" template is missing
I have a form, and want to add inherited one. When I go Project > Add Form and click Windows Forms in Categories there is no Inherited Form template.
Developer technologies | Windows Forms
2 answers
Sort by: Most helpful
-
-
Daniel Zhang-MSFT 9,656 Reputation points
2021-05-25T02:02:15.87+00:00 Hi DmytroZavialov-5547,
Is your target framework .NET Core? Currently .NET Core does not support this function. According to this document, it can be seen that the inherited dialog box support function is in progress.
Best Regards,
Daniel Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.