"Inherited Form" template is missing

ZDmyS 6 Reputation points
2021-05-24T11:30:20.113+00:00

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.
99070-image.png

Developer technologies | Windows Forms
{count} vote

2 answers

Sort by: Most helpful
  1. Michael Taylor 60,326 Reputation points
    2021-05-24T15:04:47.84+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

  2. 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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.