From 7a71582e26f1b28d4a612b7749bb7016eac42f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Wed, 3 Oct 2018 16:26:20 +0200 Subject: [PATCH] Fixes #5449 (#8036) Add details on how to find the `inherited form` template. --- ...-to-inherit-forms-using-the-inheritance-picker-dialog-box.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md b/docs/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md index 4553baa4974cf..bde96ce2bdbe0 100644 --- a/docs/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md +++ b/docs/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md @@ -21,7 +21,7 @@ The easiest way to inherit a form or other object is to use the **Inheritance Pi The **Add New Item** dialog box opens. -2. Select the **Inherited Form** template, and name it in the **Name** box. Click the **Add** button to proceed. +2. Search the **Inherited Form** template either from the searchbox or by clicking on the **Windows Forms** category, select it, and name it in the **Name** box. Click the **Add** button to proceed. The **Inheritance Picker** dialog box opens. If the current project already contains forms, they are displayed in the **Inheritance Picker** dialog box.